| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere |
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.
|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateProfileResponse |
RolesAnywhereClient.updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)
Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.
|
default CompletableFuture<UpdateProfileResponse> |
RolesAnywhereAsyncClient.updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)
Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.
|
| 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 temporary credential request.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.roleArns(String... roleArns)
A list of IAM roles that this profile can assume in a temporary credential request.
|
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.