Uses of Class
software.amazon.awssdk.services.guardduty.model.InstanceDetails
-
Packages that use InstanceDetails Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of InstanceDetails in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return InstanceDetails Modifier and Type Method Description InstanceDetailsResource. instanceDetails()The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type InstanceDetails Modifier and Type Method Description Resource.BuilderResource.Builder. instanceDetails(InstanceDetails instanceDetails)The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.
-