| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere |
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.
|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateProfileResponse |
RolesAnywhereClient.updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)
Updates the profile.
|
default CompletableFuture<UpdateProfileResponse> |
RolesAnywhereAsyncClient.updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)
Updates the profile.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateProfileRequest.Builder |
UpdateProfileRequest.builder() |
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.durationSeconds(Integer durationSeconds)
The number of seconds the vended session credentials are valid for.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.managedPolicyArns(Collection<String> managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.managedPolicyArns(String... managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.name(String name)
The name of the profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.profileId(String profileId)
The unique identifier of the profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.roleArns(Collection<String> roleArns)
A list of IAM roles that this profile can assume in a CreateSession
operation.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.roleArns(String... roleArns)
A list of IAM roles that this profile can assume in a CreateSession
operation.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.sessionPolicy(String sessionPolicy)
A session policy that applies to the trust boundary of the vended session credentials.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateProfileRequest.Builder> |
UpdateProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.