| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model | |
| software.amazon.awssdk.services.iam.waiters |
| Modifier and Type | Method and Description |
|---|---|
default GetPolicyResponse |
IamClient.getPolicy(Consumer<GetPolicyRequest.Builder> 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.
|
default CompletableFuture<GetPolicyResponse> |
IamAsyncClient.getPolicy(Consumer<GetPolicyRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static GetPolicyRequest.Builder |
GetPolicyRequest.builder() |
GetPolicyRequest.Builder |
GetPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPolicyRequest.Builder |
GetPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPolicyRequest.Builder |
GetPolicyRequest.Builder.policyArn(String policyArn)
The Amazon Resource Name (ARN) of the managed policy that you want information about.
|
GetPolicyRequest.Builder |
GetPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPolicyRequest.Builder> |
GetPolicyRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<GetPolicyResponse>> |
IamAsyncWaiter.waitUntilPolicyExists(Consumer<GetPolicyRequest.Builder> getPolicyRequest)
Polls
IamAsyncClient.getPolicy(software.amazon.awssdk.services.iam.model.GetPolicyRequest) API until the desired condition PolicyExists is met, or until it
is determined that the resource will never enter into the desired state. |
default WaiterResponse<GetPolicyResponse> |
IamWaiter.waitUntilPolicyExists(Consumer<GetPolicyRequest.Builder> getPolicyRequest)
Polls
IamClient.getPolicy(software.amazon.awssdk.services.iam.model.GetPolicyRequest) API until the desired condition PolicyExists is met, or until it is
determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<GetPolicyResponse>> |
IamAsyncWaiter.waitUntilPolicyExists(Consumer<GetPolicyRequest.Builder> getPolicyRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
IamAsyncClient.getPolicy(software.amazon.awssdk.services.iam.model.GetPolicyRequest) API until the desired condition PolicyExists is met, or until it
is determined that the resource will never enter into the desired state. |
default WaiterResponse<GetPolicyResponse> |
IamWaiter.waitUntilPolicyExists(Consumer<GetPolicyRequest.Builder> getPolicyRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
IamClient.getPolicy(software.amazon.awssdk.services.iam.model.GetPolicyRequest) API until the desired condition PolicyExists is met, or until it is
determined that the resource will never enter into the desired state. |
Copyright © 2022. All rights reserved.