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 |
---|---|
ListInstanceProfilesForRoleResult |
AmazonIdentityManagementClient.listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated role.
|
ListInstanceProfilesForRoleResult |
AmazonIdentityManagement.listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated role.
|
Modifier and Type | Method and Description |
---|---|
Future<ListInstanceProfilesForRoleResult> |
AmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated role.
|
Future<ListInstanceProfilesForRoleResult> |
AmazonIdentityManagementAsyncClient.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated role.
|
Future<ListInstanceProfilesForRoleResult> |
AmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest,
AsyncHandler<ListInstanceProfilesForRoleRequest,ListInstanceProfilesForRoleResult> asyncHandler)
Lists the instance profiles that have the specified associated role.
|
Future<ListInstanceProfilesForRoleResult> |
AmazonIdentityManagementAsyncClient.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest,
AsyncHandler<ListInstanceProfilesForRoleRequest,ListInstanceProfilesForRoleResult> asyncHandler)
Lists the instance profiles that have the specified associated role.
|
Modifier and Type | Method and Description |
---|---|
Future<ListInstanceProfilesForRoleResult> |
AmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest,
AsyncHandler<ListInstanceProfilesForRoleRequest,ListInstanceProfilesForRoleResult> asyncHandler)
Lists the instance profiles that have the specified associated role.
|
Future<ListInstanceProfilesForRoleResult> |
AmazonIdentityManagementAsyncClient.listInstanceProfilesForRoleAsync(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest,
AsyncHandler<ListInstanceProfilesForRoleRequest,ListInstanceProfilesForRoleResult> asyncHandler)
Lists the instance profiles that have the specified associated role.
|
Modifier and Type | Method and Description |
---|---|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more instance profiles to
list.
|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withMarker(String marker)
If
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
Copyright © 2014. All rights reserved.