| 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 |
|---|---|
CreateProfileResult |
AbstractAWSIAMRolesAnywhere.createProfile(CreateProfileRequest request) |
CreateProfileResult |
AWSIAMRolesAnywhereClient.createProfile(CreateProfileRequest request)
Creates a profile.
|
CreateProfileResult |
AWSIAMRolesAnywhere.createProfile(CreateProfileRequest createProfileRequest)
Creates a profile.
|
| 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 |
|---|---|
CreateProfileResult |
CreateProfileResult.clone() |
CreateProfileResult |
CreateProfileResult.withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
Copyright © 2022. All rights reserved.