| 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 |
|---|---|
CreatePolicyResult |
AmazonIdentityManagementClient.createPolicy(CreatePolicyRequest createPolicyRequest)
Creates a new managed policy for your AWS account.
|
CreatePolicyResult |
AmazonIdentityManagement.createPolicy(CreatePolicyRequest createPolicyRequest)
Creates a new managed policy for your AWS account.
|
Future<CreatePolicyResult> |
AmazonIdentityManagementAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest)
Creates a new managed policy for your AWS account.
|
Future<CreatePolicyResult> |
AmazonIdentityManagementAsyncClient.createPolicyAsync(CreatePolicyRequest createPolicyRequest)
Creates a new managed policy for your AWS account.
|
Future<CreatePolicyResult> |
AmazonIdentityManagementAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)
Creates a new managed policy for your AWS account.
|
Future<CreatePolicyResult> |
AmazonIdentityManagementAsyncClient.createPolicyAsync(CreatePolicyRequest createPolicyRequest,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)
Creates a new managed policy for your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePolicyResult> |
AmazonIdentityManagementAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)
Creates a new managed policy for your AWS account.
|
Future<CreatePolicyResult> |
AmazonIdentityManagementAsyncClient.createPolicyAsync(CreatePolicyRequest createPolicyRequest,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)
Creates a new managed policy for your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePolicyRequest |
CreatePolicyRequest.clone() |
CreatePolicyRequest |
CreatePolicyRequest.withDescription(String description)
A friendly description of the policy.
|
CreatePolicyRequest |
CreatePolicyRequest.withPath(String path)
The path for the policy.
|
CreatePolicyRequest |
CreatePolicyRequest.withPolicyDocument(String policyDocument)
The policy document.
|
CreatePolicyRequest |
CreatePolicyRequest.withPolicyName(String policyName)
The name of the policy document.
|
Copyright © 2015. All rights reserved.