| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPublicKeysResponse |
CloudTrailClient.listPublicKeys()
Returns all public keys whose private keys were used to sign the digest files within the specified time range.
|
default ListPublicKeysResponse |
CloudTrailClient.listPublicKeys(Consumer<ListPublicKeysRequest.Builder> listPublicKeysRequest)
Returns all public keys whose private keys were used to sign the digest files within the specified time range.
|
default ListPublicKeysResponse |
CloudTrailClient.listPublicKeys(ListPublicKeysRequest listPublicKeysRequest)
Returns all public keys whose private keys were used to sign the digest files within the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPublicKeysResponse> |
CloudTrailAsyncClient.listPublicKeys()
Returns all public keys whose private keys were used to sign the digest files within the specified time range.
|
default CompletableFuture<ListPublicKeysResponse> |
CloudTrailAsyncClient.listPublicKeys(Consumer<ListPublicKeysRequest.Builder> listPublicKeysRequest)
Returns all public keys whose private keys were used to sign the digest files within the specified time range.
|
default CompletableFuture<ListPublicKeysResponse> |
CloudTrailAsyncClient.listPublicKeys(ListPublicKeysRequest listPublicKeysRequest)
Returns all public keys whose private keys were used to sign the digest files within the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPublicKeysResponse> |
ListPublicKeysIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPublicKeysPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPublicKeysResponse> subscriber) |
Copyright © 2022. All rights reserved.