| 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 |
|---|---|
CreateProfileResult |
AWSIAMRolesAnywhereClient.createProfile(CreateProfileRequest request)
Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.
|
CreateProfileResult |
AbstractAWSIAMRolesAnywhere.createProfile(CreateProfileRequest request) |
CreateProfileResult |
AWSIAMRolesAnywhere.createProfile(CreateProfileRequest createProfileRequest)
Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.
|
Future<CreateProfileResult> |
AWSIAMRolesAnywhereAsyncClient.createProfileAsync(CreateProfileRequest request) |
Future<CreateProfileResult> |
AbstractAWSIAMRolesAnywhereAsync.createProfileAsync(CreateProfileRequest request) |
Future<CreateProfileResult> |
AWSIAMRolesAnywhereAsync.createProfileAsync(CreateProfileRequest createProfileRequest)
Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.
|
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, a list of the roles that Roles Anywhere service is trusted to assume.
|
| 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, a list of the roles that Roles Anywhere service is trusted to assume.
|
| 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 temporary credential requests with this profile.
|
CreateProfileRequest |
CreateProfileRequest.withRoleArns(Collection<String> roleArns)
A list of IAM roles that this profile can assume in a temporary credential request.
|
CreateProfileRequest |
CreateProfileRequest.withRoleArns(String... roleArns)
A list of IAM roles that this profile can assume in a temporary credential request.
|
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 © 2024. All rights reserved.