| 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 CompletableFuture<CreateProfileResponse> |
RolesAnywhereAsyncClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.
|
default CreateProfileResponse |
RolesAnywhereClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateProfileRequest.Builder |
CreateProfileRequest.builder() |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.durationSeconds(Integer durationSeconds)
The number of seconds the vended session credentials are valid for.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.enabled(Boolean enabled)
Specifies whether the profile is enabled.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.managedPolicyArns(Collection<String> managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.managedPolicyArns(String... managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.name(String name)
The name of the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.requireInstanceProperties(Boolean requireInstanceProperties)
Specifies whether instance properties are required in temporary credential requests with this profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.roleArns(Collection<String> roleArns)
A list of IAM roles that this profile can assume in a temporary credential request.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.roleArns(String... roleArns)
A list of IAM roles that this profile can assume in a temporary credential request.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.sessionPolicy(String sessionPolicy)
A session policy that applies to the trust boundary of the vended session credentials.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to attach to the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Tag... tags)
The tags to attach to the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProfileRequest.Builder> |
CreateProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.