| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere |
AWS Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers,
containers, and applications running outside of AWS to obtain Temporary AWS credentials.
|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProfileResult> |
AWSIAMRolesAnywhereAsyncClient.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
Future<UpdateProfileResult> |
AbstractAWSIAMRolesAnywhereAsync.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
Future<UpdateProfileResult> |
AWSIAMRolesAnywhereAsync.updateProfileAsync(UpdateProfileRequest updateProfileRequest,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
Updates the profile.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest |
UpdateProfileRequest.clone() |
UpdateProfileRequest |
UpdateProfileRequest.withDurationSeconds(Integer durationSeconds)
The number of seconds the vended session credentials are valid for.
|
UpdateProfileRequest |
UpdateProfileRequest.withManagedPolicyArns(Collection<String> managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
UpdateProfileRequest |
UpdateProfileRequest.withManagedPolicyArns(String... managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
UpdateProfileRequest |
UpdateProfileRequest.withName(String name)
The name of the profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileId(String profileId)
The unique identifier of the profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withRoleArns(Collection<String> roleArns)
A list of IAM roles that this profile can assume in a CreateSession
operation.
|
UpdateProfileRequest |
UpdateProfileRequest.withRoleArns(String... roleArns)
A list of IAM roles that this profile can assume in a CreateSession
operation.
|
UpdateProfileRequest |
UpdateProfileRequest.withSessionPolicy(String sessionPolicy)
A session policy that applies to the trust boundary of the vended session credentials.
|
Copyright © 2022. All rights reserved.