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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
GetUserPolicyResult |
GetUserPolicyResult.withPolicyDocument(String policyDocument)
The policy document.
|
GetUserPolicyResult |
GetUserPolicyResult.withPolicyName(String policyName)
The name of the policy.
|
GetUserPolicyResult |
GetUserPolicyResult.withUserName(String userName)
The user the policy is associated with.
|
Copyright © 2014. All rights reserved.