| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
group.
|
void |
AbstractAmazonIdentityManagement.deleteGroupPolicy(DeleteGroupPolicyRequest request) |
void |
AmazonIdentityManagementClient.deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync(DeleteGroupPolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
group.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync(DeleteGroupPolicyRequest request,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
group.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest request,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync(DeleteGroupPolicyRequest request,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
group.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest request,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteGroupPolicyRequest |
DeleteGroupPolicyRequest.clone() |
DeleteGroupPolicyRequest |
DeleteGroupPolicyRequest.withGroupName(String groupName)
The name (friendly name, not ARN) identifying the group that the policy
is embedded in.
|
DeleteGroupPolicyRequest |
DeleteGroupPolicyRequest.withPolicyName(String policyName)
The name identifying the policy document to delete.
|
Copyright © 2016. All rights reserved.