| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.clone() |
AwsEc2InstanceDetails |
ResourceDetails.getAwsEc2Instance()
An object that contains details about the Amazon EC2 instance involved in the finding.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIamInstanceProfileArn(String iamInstanceProfileArn)
The IAM instance profile ARN of the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withImageId(String imageId)
The image ID of the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIpV4Addresses(Collection<String> ipV4Addresses)
The IPv4 addresses of the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIpV4Addresses(String... ipV4Addresses)
The IPv4 addresses of the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIpV6Addresses(Collection<String> ipV6Addresses)
The IPv6 addresses of the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIpV6Addresses(String... ipV6Addresses)
The IPv6 addresses of the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withKeyName(String keyName)
The name of the key pair used to launch the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withLaunchedAt(Date launchedAt)
The date and time the Amazon EC2 instance was launched at.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withPlatform(String platform)
The platform of the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withSubnetId(String subnetId)
The subnet ID of the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withType(String type)
The type of the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withVpcId(String vpcId)
The VPC ID of the Amazon EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2Instance(AwsEc2InstanceDetails awsEc2Instance)
An object that contains details about the Amazon EC2 instance involved in the finding.
|
ResourceDetails |
ResourceDetails.withAwsEc2Instance(AwsEc2InstanceDetails awsEc2Instance)
An object that contains details about the Amazon EC2 instance involved in the finding.
|
Copyright © 2022. All rights reserved.