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 |
---|---|
ListUserPoliciesResult |
AmazonIdentityManagementClient.listUserPolicies(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the policies associated with the specified user.
|
ListUserPoliciesResult |
AmazonIdentityManagement.listUserPolicies(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the policies associated with the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsync.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the policies associated with the specified user.
|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsyncClient.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the policies associated with the specified user.
|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsync.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest,
AsyncHandler<ListUserPoliciesRequest,ListUserPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified user.
|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsyncClient.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest,
AsyncHandler<ListUserPoliciesRequest,ListUserPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsync.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest,
AsyncHandler<ListUserPoliciesRequest,ListUserPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified user.
|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsyncClient.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest,
AsyncHandler<ListUserPoliciesRequest,ListUserPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified user.
|
Modifier and Type | Method and Description |
---|---|
ListUserPoliciesResult |
ListUserPoliciesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more policy names to list.
|
ListUserPoliciesResult |
ListUserPoliciesResult.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. |
ListUserPoliciesResult |
ListUserPoliciesResult.withPolicyNames(Collection<String> policyNames)
A list of policy names.
|
ListUserPoliciesResult |
ListUserPoliciesResult.withPolicyNames(String... policyNames)
A list of policy names.
|
Copyright © 2014. All rights reserved.