| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.transform | |
| software.amazon.awssdk.services.iam.waiters |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPolicyResponse> |
IamAsyncClient.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.
|
default GetPolicyResponse |
IamClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetPolicyRequestMarshaller.marshall(GetPolicyRequest getPolicyRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<GetPolicyResponse>> |
IamAsyncWaiter.waitUntilPolicyExists(GetPolicyRequest 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(GetPolicyRequest 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(GetPolicyRequest getPolicyRequest,
WaiterOverrideConfiguration 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(GetPolicyRequest getPolicyRequest,
WaiterOverrideConfiguration 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 © 2023. All rights reserved.