| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileDetail |
ProfileDetail.clone() |
ProfileDetail |
UpdateProfileResult.getProfile()
The state of the profile after a read or write operation.
|
ProfileDetail |
GetProfileResult.getProfile()
The state of the profile after a read or write operation.
|
ProfileDetail |
EnableProfileResult.getProfile()
The state of the profile after a read or write operation.
|
ProfileDetail |
DisableProfileResult.getProfile()
The state of the profile after a read or write operation.
|
ProfileDetail |
DeleteProfileResult.getProfile()
The state of the profile after a read or write operation.
|
ProfileDetail |
CreateProfileResult.getProfile()
The state of the profile after a read or write operation.
|
ProfileDetail |
ProfileDetail.withCreatedAt(Date createdAt)
The ISO-8601 timestamp when the profile was created.
|
ProfileDetail |
ProfileDetail.withCreatedBy(String createdBy)
The Amazon Web Services account that created the profile.
|
ProfileDetail |
ProfileDetail.withDurationSeconds(Integer durationSeconds)
The number of seconds the vended session credentials are valid for.
|
ProfileDetail |
ProfileDetail.withEnabled(Boolean enabled)
Indicates whether the profile is enabled.
|
ProfileDetail |
ProfileDetail.withManagedPolicyArns(Collection<String> managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
ProfileDetail |
ProfileDetail.withManagedPolicyArns(String... managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
ProfileDetail |
ProfileDetail.withName(String name)
The name of the profile.
|
ProfileDetail |
ProfileDetail.withProfileArn(String profileArn)
The ARN of the profile.
|
ProfileDetail |
ProfileDetail.withProfileId(String profileId)
The unique identifier of the profile.
|
ProfileDetail |
ProfileDetail.withRequireInstanceProperties(Boolean requireInstanceProperties)
Specifies whether instance properties are required in temporary credential requests with this profile.
|
ProfileDetail |
ProfileDetail.withRoleArns(Collection<String> roleArns)
A list of IAM roles that this profile can assume in a temporary credential request.
|
ProfileDetail |
ProfileDetail.withRoleArns(String... roleArns)
A list of IAM roles that this profile can assume in a temporary credential request.
|
ProfileDetail |
ProfileDetail.withSessionPolicy(String sessionPolicy)
A session policy that applies to the trust boundary of the vended session credentials.
|
ProfileDetail |
ProfileDetail.withUpdatedAt(Date updatedAt)
The ISO-8601 timestamp when the profile was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileDetail> |
ListProfilesResult.getProfiles()
A list of profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProfileResult.setProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
void |
GetProfileResult.setProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
void |
EnableProfileResult.setProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
void |
DisableProfileResult.setProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
void |
DeleteProfileResult.setProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
void |
CreateProfileResult.setProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
UpdateProfileResult |
UpdateProfileResult.withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
GetProfileResult |
GetProfileResult.withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
EnableProfileResult |
EnableProfileResult.withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
DisableProfileResult |
DisableProfileResult.withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
DeleteProfileResult |
DeleteProfileResult.withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
CreateProfileResult |
CreateProfileResult.withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
ListProfilesResult |
ListProfilesResult.withProfiles(ProfileDetail... profiles)
A list of profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfilesResult.setProfiles(Collection<ProfileDetail> profiles)
A list of profiles.
|
ListProfilesResult |
ListProfilesResult.withProfiles(Collection<ProfileDetail> profiles)
A list of profiles.
|
Copyright © 2023. All rights reserved.