| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelsResponse |
CloudTrailClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Lists the channels in the current account, and their source names.
|
default CompletableFuture<ListChannelsResponse> |
CloudTrailAsyncClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Lists the channels in the current account, and their source names.
|
default ListChannelsIterable |
CloudTrailClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Lists the channels in the current account, and their source names.
|
default ListChannelsPublisher |
CloudTrailAsyncClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Lists the channels in the current account, and their source names.
|
| Modifier and Type | Method and Description |
|---|---|
static ListChannelsRequest.Builder |
ListChannelsRequest.builder() |
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.maxResults(Integer maxResults)
The maximum number of CloudTrail channels to display on a single page.
|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChannelsRequest.Builder |
ListChannelsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelsRequest.Builder> |
ListChannelsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.