| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere |
Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers,
and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials.
|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileResult |
AWSIAMRolesAnywhereClient.updateProfile(UpdateProfileRequest request)
Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.
|
UpdateProfileResult |
AbstractAWSIAMRolesAnywhere.updateProfile(UpdateProfileRequest request) |
UpdateProfileResult |
AWSIAMRolesAnywhere.updateProfile(UpdateProfileRequest updateProfileRequest)
Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.
|
Future<UpdateProfileResult> |
AWSIAMRolesAnywhereAsyncClient.updateProfileAsync(UpdateProfileRequest request) |
Future<UpdateProfileResult> |
AbstractAWSIAMRolesAnywhereAsync.updateProfileAsync(UpdateProfileRequest request) |
Future<UpdateProfileResult> |
AWSIAMRolesAnywhereAsync.updateProfileAsync(UpdateProfileRequest updateProfileRequest)
Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.
|
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 a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.
|
| 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 a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest |
UpdateProfileRequest.clone() |
UpdateProfileRequest |
UpdateProfileRequest.withDurationSeconds(Integer durationSeconds)
Used to determine how long sessions vended using this profile 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 temporary credential request.
|
UpdateProfileRequest |
UpdateProfileRequest.withRoleArns(String... roleArns)
A list of IAM roles that this profile can assume in a temporary credential request.
|
UpdateProfileRequest |
UpdateProfileRequest.withSessionPolicy(String sessionPolicy)
A session policy that applies to the trust boundary of the vended session credentials.
|
Copyright © 2024. All rights reserved.