Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
GetInstanceProfileResult |
AmazonIdentityManagementClient.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)
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.
|
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> |
AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest)
Retrieves information about the specified instance profile, including
the instance profile's path, GUID, ARN, and role.
|
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.
|
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.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> |
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.
|
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.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.withInstanceProfileName(String instanceProfileName)
Name of the instance profile to get information about.
|
Copyright © 2014. All rights reserved.