| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| 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.
|
default ListPublicKeysIterable |
CloudTrailClient.listPublicKeysPaginator()
Returns all public keys whose private keys were used to sign the digest files within the specified time range.
|
default ListPublicKeysIterable |
CloudTrailClient.listPublicKeysPaginator(Consumer<ListPublicKeysRequest.Builder> listPublicKeysRequest)
Returns all public keys whose private keys were used to sign the digest files within the specified time range.
|
default ListPublicKeysIterable |
CloudTrailClient.listPublicKeysPaginator(ListPublicKeysRequest listPublicKeysRequest)
Returns all public keys whose private keys were used to sign the digest files within the specified time range.
|
default ListTagsResponse |
CloudTrailClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
default ListTagsResponse |
CloudTrailClient.listTags(ListTagsRequest listTagsRequest)
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
default ListTagsIterable |
CloudTrailClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
default ListTagsIterable |
CloudTrailClient.listTagsPaginator(ListTagsRequest listTagsRequest)
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
Copyright © 2023. All rights reserved.