Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.waiters |
Modifier and Type | Method and Description |
---|---|
GetPolicyResult |
AbstractAmazonIdentityManagement.getPolicy(GetPolicyRequest request) |
GetPolicyResult |
AmazonIdentityManagement.getPolicy(GetPolicyRequest getPolicyRequest)
Retrieves information about the specified managed policy, including the policy's default version and the total
number of IAM users, groups, and roles to which the policy is attached.
|
GetPolicyResult |
AmazonIdentityManagementClient.getPolicy(GetPolicyRequest request)
Retrieves information about the specified managed policy, including the policy's default version and the total
number of IAM users, groups, and roles to which the policy is attached.
|
Future<GetPolicyResult> |
AmazonIdentityManagementAsyncClient.getPolicyAsync(GetPolicyRequest request) |
Future<GetPolicyResult> |
AbstractAmazonIdentityManagementAsync.getPolicyAsync(GetPolicyRequest request) |
Future<GetPolicyResult> |
AmazonIdentityManagementAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Retrieves information about the specified managed policy, including the policy's default version and the total
number of IAM users, groups, and roles to which the policy is attached.
|
Future<GetPolicyResult> |
AmazonIdentityManagementAsyncClient.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AbstractAmazonIdentityManagementAsync.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AmazonIdentityManagementAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Retrieves information about the specified managed policy, including the policy's default version and the total
number of IAM users, groups, and roles to which the policy is attached.
|
Modifier and Type | Method and Description |
---|---|
Future<GetPolicyResult> |
AmazonIdentityManagementAsyncClient.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AbstractAmazonIdentityManagementAsync.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AmazonIdentityManagementAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Retrieves information about the specified managed policy, including the policy's default version and the total
number of IAM users, groups, and roles to which the policy is attached.
|
Modifier and Type | Method and Description |
---|---|
GetPolicyRequest |
GetPolicyRequest.clone() |
GetPolicyRequest |
GetPolicyRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the managed policy that you want information about.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetPolicyRequest> |
AmazonIdentityManagementWaiters.policyExists()
Builds a PolicyExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
GetPolicyResult |
GetPolicyFunction.apply(GetPolicyRequest getPolicyRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.