Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsIamInstanceProfile
-
Packages that use AwsIamInstanceProfile Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsIamInstanceProfile in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsIamInstanceProfile Modifier and Type Method Description List<AwsIamInstanceProfile>AwsIamRoleDetails. instanceProfileList()The list of instance profiles that contain this role.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsIamInstanceProfile Modifier and Type Method Description AwsIamRoleDetails.BuilderAwsIamRoleDetails.Builder. instanceProfileList(AwsIamInstanceProfile... instanceProfileList)The list of instance profiles that contain this role.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsIamInstanceProfile Modifier and Type Method Description AwsIamRoleDetails.BuilderAwsIamRoleDetails.Builder. instanceProfileList(Collection<AwsIamInstanceProfile> instanceProfileList)The list of instance profiles that contain this role.
-