| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePolicyResult |
AmazonIdentityManagementClient.createPolicy(CreatePolicyRequest request)
Creates a new managed policy for your Amazon Web Services account.
|
CreatePolicyResult |
AmazonIdentityManagement.createPolicy(CreatePolicyRequest createPolicyRequest)
Creates a new managed policy for your Amazon Web Services account.
|
CreatePolicyResult |
AbstractAmazonIdentityManagement.createPolicy(CreatePolicyRequest request) |
Future<CreatePolicyResult> |
AmazonIdentityManagementAsyncClient.createPolicyAsync(CreatePolicyRequest request) |
Future<CreatePolicyResult> |
AmazonIdentityManagementAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest)
Creates a new managed policy for your Amazon Web Services account.
|
Future<CreatePolicyResult> |
AbstractAmazonIdentityManagementAsync.createPolicyAsync(CreatePolicyRequest request) |
Future<CreatePolicyResult> |
AmazonIdentityManagementAsyncClient.createPolicyAsync(CreatePolicyRequest request,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler) |
Future<CreatePolicyResult> |
AmazonIdentityManagementAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)
Creates a new managed policy for your Amazon Web Services account.
|
Future<CreatePolicyResult> |
AbstractAmazonIdentityManagementAsync.createPolicyAsync(CreatePolicyRequest request,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePolicyResult> |
AmazonIdentityManagementAsyncClient.createPolicyAsync(CreatePolicyRequest request,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler) |
Future<CreatePolicyResult> |
AmazonIdentityManagementAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)
Creates a new managed policy for your Amazon Web Services account.
|
Future<CreatePolicyResult> |
AbstractAmazonIdentityManagementAsync.createPolicyAsync(CreatePolicyRequest request,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler) |
| 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 JSON policy document that you want to use as the content for the new policy.
|
CreatePolicyRequest |
CreatePolicyRequest.withPolicyName(String policyName)
The friendly name of the policy.
|
CreatePolicyRequest |
CreatePolicyRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the new IAM customer managed policy.
|
CreatePolicyRequest |
CreatePolicyRequest.withTags(Tag... tags)
A list of tags that you want to attach to the new IAM customer managed policy.
|
Copyright © 2022. All rights reserved.