Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsIamInstanceProfileRole
-
Packages that use AwsIamInstanceProfileRole Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsIamInstanceProfileRole in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsIamInstanceProfileRole Modifier and Type Method Description List<AwsIamInstanceProfileRole>AwsIamInstanceProfile. roles()The roles associated with the instance profile.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsIamInstanceProfileRole Modifier and Type Method Description AwsIamInstanceProfile.BuilderAwsIamInstanceProfile.Builder. roles(AwsIamInstanceProfileRole... roles)The roles associated with the instance profile.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsIamInstanceProfileRole Modifier and Type Method Description AwsIamInstanceProfile.BuilderAwsIamInstanceProfile.Builder. roles(Collection<AwsIamInstanceProfileRole> roles)The roles associated with the instance profile.
-