Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
GetGroupPolicyResult |
AmazonIdentityManagementClient.getGroupPolicy(GetGroupPolicyRequest request)
Retrieves the specified inline policy document that is embedded in the specified IAM group.
|
GetGroupPolicyResult |
AbstractAmazonIdentityManagement.getGroupPolicy(GetGroupPolicyRequest request) |
GetGroupPolicyResult |
AmazonIdentityManagement.getGroupPolicy(GetGroupPolicyRequest getGroupPolicyRequest)
Retrieves the specified inline policy document that is embedded in the specified IAM group.
|
Future<GetGroupPolicyResult> |
AbstractAmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest request) |
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest request) |
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest)
Retrieves the specified inline policy document that is embedded in the specified IAM group.
|
Future<GetGroupPolicyResult> |
AbstractAmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest request,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler) |
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest request,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler) |
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded in the specified IAM group.
|
Modifier and Type | Method and Description |
---|---|
Future<GetGroupPolicyResult> |
AbstractAmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest request,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler) |
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest request,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler) |
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded in the specified IAM group.
|
Modifier and Type | Method and Description |
---|---|
GetGroupPolicyRequest |
GetGroupPolicyRequest.clone() |
GetGroupPolicyRequest |
GetGroupPolicyRequest.withGroupName(String groupName)
The name of the group the policy is associated with.
|
GetGroupPolicyRequest |
GetGroupPolicyRequest.withPolicyName(String policyName)
The name of the policy document to get.
|
Copyright © 2017. All rights reserved.