| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamInstanceProfile |
AwsIamInstanceProfile.clone() |
AwsIamInstanceProfile |
AwsIamInstanceProfile.withArn(String arn)
The ARN of the instance profile.
|
AwsIamInstanceProfile |
AwsIamInstanceProfile.withCreateDate(String createDate)
Indicates when the instance profile was created.
|
AwsIamInstanceProfile |
AwsIamInstanceProfile.withInstanceProfileId(String instanceProfileId)
The identifier of the instance profile.
|
AwsIamInstanceProfile |
AwsIamInstanceProfile.withInstanceProfileName(String instanceProfileName)
The name of the instance profile.
|
AwsIamInstanceProfile |
AwsIamInstanceProfile.withPath(String path)
The path to the instance profile.
|
AwsIamInstanceProfile |
AwsIamInstanceProfile.withRoles(AwsIamInstanceProfileRole... roles)
The roles associated with the instance profile.
|
AwsIamInstanceProfile |
AwsIamInstanceProfile.withRoles(Collection<AwsIamInstanceProfileRole> roles)
The roles associated with the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsIamInstanceProfile> |
AwsIamRoleDetails.getInstanceProfileList()
The list of instance profiles that contain this role.
|
| Modifier and Type | Method and Description |
|---|---|
AwsIamRoleDetails |
AwsIamRoleDetails.withInstanceProfileList(AwsIamInstanceProfile... instanceProfileList)
The list of instance profiles that contain this role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsIamRoleDetails.setInstanceProfileList(Collection<AwsIamInstanceProfile> instanceProfileList)
The list of instance profiles that contain this role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withInstanceProfileList(Collection<AwsIamInstanceProfile> instanceProfileList)
The list of instance profiles that contain this role.
|
Copyright © 2021. All rights reserved.