| 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 |
AbstractAWSIAMRolesAnywhere.createProfile(CreateProfileRequest request) |
CreateProfileResult |
AWSIAMRolesAnywhereClient.createProfile(CreateProfileRequest request)
Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.
|
CreateProfileResult |
AWSIAMRolesAnywhere.createProfile(CreateProfileRequest createProfileRequest)
Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProfileResult> |
AbstractAWSIAMRolesAnywhereAsync.createProfileAsync(CreateProfileRequest request) |
Future<CreateProfileResult> |
AWSIAMRolesAnywhereAsyncClient.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> |
AbstractAWSIAMRolesAnywhereAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSIAMRolesAnywhereAsyncClient.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> |
AbstractAWSIAMRolesAnywhereAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSIAMRolesAnywhereAsyncClient.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 |
|---|---|
CreateProfileResult |
CreateProfileResult.clone() |
CreateProfileResult |
CreateProfileResult.withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
Copyright © 2023. All rights reserved.