Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
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 |
AbstractAmazonIdentityManagement.getInstanceProfile(GetInstanceProfileRequest request) |
GetInstanceProfileResult |
AmazonIdentityManagement.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)
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) |
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 request) |
Future<GetInstanceProfileResult> |
AbstractAmazonIdentityManagementAsync.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.
|
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest request,
AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetInstanceProfileResult> |
AbstractAmazonIdentityManagementAsync.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.
|
Future<GetInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest request,
AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetInstanceProfileResult |
GetInstanceProfileResult.clone() |
GetInstanceProfileResult |
GetInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
Copyright © 2018. All rights reserved.