| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceDetails |
InstanceDetails.clone() |
InstanceDetails |
Resource.getInstanceDetails()
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a
finding.
|
InstanceDetails |
InstanceDetails.withAvailabilityZone(String availabilityZone)
The Availability Zone of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withIamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The profile information of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withImageDescription(String imageDescription)
The image description of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withImageId(String imageId)
The image ID of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withInstanceId(String instanceId)
The ID of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withInstanceState(String instanceState)
The state of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withInstanceType(String instanceType)
The type of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withLaunchTime(String launchTime)
The launch time of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The elastic network interface information of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withNetworkInterfaces(NetworkInterface... networkInterfaces)
The elastic network interface information of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost.
|
InstanceDetails |
InstanceDetails.withPlatform(String platform)
The platform of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withProductCodes(Collection<ProductCode> productCodes)
The product code of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withProductCodes(ProductCode... productCodes)
The product code of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withTags(Collection<Tag> tags)
The tags of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withTags(Tag... tags)
The tags of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setInstanceDetails(InstanceDetails instanceDetails)
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a
finding.
|
Resource |
Resource.withInstanceDetails(InstanceDetails instanceDetails)
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a
finding.
|
Copyright © 2025. All rights reserved.