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 |
---|---|
GetUserPolicyResult |
AmazonIdentityManagementClient.getUserPolicy(GetUserPolicyRequest getUserPolicyRequest)
Retrieves the specified policy document for the specified user.
|
GetUserPolicyResult |
AmazonIdentityManagement.getUserPolicy(GetUserPolicyRequest getUserPolicyRequest)
Retrieves the specified policy document for the specified user.
|
Future<GetUserPolicyResult> |
AmazonIdentityManagementAsync.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest)
Retrieves the specified policy document for the specified user.
|
Future<GetUserPolicyResult> |
AmazonIdentityManagementAsyncClient.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest)
Retrieves the specified policy document for the specified user.
|
Future<GetUserPolicyResult> |
AmazonIdentityManagementAsync.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest,
AsyncHandler<GetUserPolicyRequest,GetUserPolicyResult> asyncHandler)
Retrieves the specified policy document for the specified user.
|
Future<GetUserPolicyResult> |
AmazonIdentityManagementAsyncClient.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest,
AsyncHandler<GetUserPolicyRequest,GetUserPolicyResult> asyncHandler)
Retrieves the specified policy document for the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<GetUserPolicyResult> |
AmazonIdentityManagementAsync.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest,
AsyncHandler<GetUserPolicyRequest,GetUserPolicyResult> asyncHandler)
Retrieves the specified policy document for the specified user.
|
Future<GetUserPolicyResult> |
AmazonIdentityManagementAsyncClient.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest,
AsyncHandler<GetUserPolicyRequest,GetUserPolicyResult> asyncHandler)
Retrieves the specified policy document for the specified user.
|
Modifier and Type | Method and Description |
---|---|
GetUserPolicyRequest |
GetUserPolicyRequest.withPolicyName(String policyName)
Name of the policy document to get.
|
GetUserPolicyRequest |
GetUserPolicyRequest.withUserName(String userName)
Name of the user who the policy is associated with.
|
Copyright © 2014. All rights reserved.