| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPolicyVersionsResponse |
IamClient.listPolicyVersions(Consumer<ListPolicyVersionsRequest.Builder> listPolicyVersionsRequest)
Lists information about the versions of the specified managed policy, including the version that is currently set
as the policy's default version.
|
default ListPolicyVersionsResponse |
IamClient.listPolicyVersions(ListPolicyVersionsRequest listPolicyVersionsRequest)
Lists information about the versions of the specified managed policy, including the version that is currently set
as the policy's default version.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPolicyVersionsResponse> |
IamAsyncClient.listPolicyVersions(Consumer<ListPolicyVersionsRequest.Builder> listPolicyVersionsRequest)
Lists information about the versions of the specified managed policy, including the version that is currently set
as the policy's default version.
|
default CompletableFuture<ListPolicyVersionsResponse> |
IamAsyncClient.listPolicyVersions(ListPolicyVersionsRequest listPolicyVersionsRequest)
Lists information about the versions of the specified managed policy, including the version that is currently set
as the policy's default version.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPolicyVersionsResponse> |
ListPolicyVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPolicyVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPolicyVersionsResponse> subscriber) |
Copyright © 2022. All rights reserved.