| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model | |
| com.amazonaws.services.identitymanagement.waiters |
| Modifier and Type | Method and Description |
|---|---|
GetInstanceProfileResult |
AmazonIdentityManagementClient.getInstanceProfile(GetInstanceProfileRequest request)
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and
role.
|
GetInstanceProfileResult |
AmazonIdentityManagement.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and
role.
|
GetInstanceProfileResult |
AbstractAmazonIdentityManagement.getInstanceProfile(GetInstanceProfileRequest request) |
Future<GetInstanceProfileResult> |
AbstractAmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest request) |
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest request) |
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest)
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and
role.
|
Future<GetInstanceProfileResult> |
AbstractAmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest request,
AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler) |
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest request,
AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler) |
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest,
AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and
role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInstanceProfileResult> |
AbstractAmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest request,
AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler) |
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest request,
AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler) |
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest,
AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and
role.
|
| Modifier and Type | Method and Description |
|---|---|
GetInstanceProfileRequest |
GetInstanceProfileRequest.clone() |
GetInstanceProfileRequest |
GetInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
The name of the instance profile to get information about.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetInstanceProfileRequest> |
AmazonIdentityManagementWaiters.instanceProfileExists()
Builds a InstanceProfileExists waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetInstanceProfileResult |
GetInstanceProfileFunction.apply(GetInstanceProfileRequest getInstanceProfileRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.