Uses of Class
software.amazon.awssdk.services.guardduty.model.IamInstanceProfile
-
Packages that use IamInstanceProfile Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of IamInstanceProfile in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return IamInstanceProfile Modifier and Type Method Description IamInstanceProfileEc2Instance. iamInstanceProfile()Returns the value of the IamInstanceProfile property for this object.IamInstanceProfileInstanceDetails. iamInstanceProfile()The profile information of the EC2 instance.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type IamInstanceProfile Modifier and Type Method Description Ec2Instance.BuilderEc2Instance.Builder. iamInstanceProfile(IamInstanceProfile iamInstanceProfile)Sets the value of the IamInstanceProfile property for this object.InstanceDetails.BuilderInstanceDetails.Builder. iamInstanceProfile(IamInstanceProfile iamInstanceProfile)The profile information of the EC2 instance.
-