| 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<CreateProfileResult> |
AWSIAMRolesAnywhereAsyncClient.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AbstractAWSIAMRolesAnywhereAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSIAMRolesAnywhereAsync.createProfileAsync(CreateProfileRequest createProfileRequest,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Creates a profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest |
CreateProfileRequest.clone() |
CreateProfileRequest |
CreateProfileRequest.withDurationSeconds(Integer durationSeconds)
The number of seconds the vended session credentials are valid for.
|
CreateProfileRequest |
CreateProfileRequest.withEnabled(Boolean enabled)
Specifies whether the profile is enabled.
|
CreateProfileRequest |
CreateProfileRequest.withManagedPolicyArns(Collection<String> managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
CreateProfileRequest |
CreateProfileRequest.withManagedPolicyArns(String... managedPolicyArns)
A list of managed policy ARNs that apply to the vended session credentials.
|
CreateProfileRequest |
CreateProfileRequest.withName(String name)
The name of the profile.
|
CreateProfileRequest |
CreateProfileRequest.withRequireInstanceProperties(Boolean requireInstanceProperties)
Specifies whether instance properties are required in CreateSession
requests with this profile.
|
CreateProfileRequest |
CreateProfileRequest.withRoleArns(Collection<String> roleArns)
A list of IAM roles that this profile can assume in a CreateSession
operation.
|
CreateProfileRequest |
CreateProfileRequest.withRoleArns(String... roleArns)
A list of IAM roles that this profile can assume in a CreateSession
operation.
|
CreateProfileRequest |
CreateProfileRequest.withSessionPolicy(String sessionPolicy)
A session policy that applies to the trust boundary of the vended session credentials.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Collection<Tag> tags)
The tags to attach to the profile.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Tag... tags)
The tags to attach to the profile.
|
Copyright © 2022. All rights reserved.