| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.paginators | |
| software.amazon.awssdk.services.cloudtrail.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelsResponse |
CloudTrailClient.listChannels(ListChannelsRequest listChannelsRequest)
Lists the channels in the current account, and their source names.
|
default CompletableFuture<ListChannelsResponse> |
CloudTrailAsyncClient.listChannels(ListChannelsRequest listChannelsRequest)
Lists the channels in the current account, and their source names.
|
default ListChannelsIterable |
CloudTrailClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Lists the channels in the current account, and their source names.
|
default ListChannelsPublisher |
CloudTrailAsyncClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Lists the channels in the current account, and their source names.
|
| Constructor and Description |
|---|
ListChannelsIterable(CloudTrailClient client,
ListChannelsRequest firstRequest) |
ListChannelsPublisher(CloudTrailAsyncClient client,
ListChannelsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChannelsRequestMarshaller.marshall(ListChannelsRequest listChannelsRequest) |
Copyright © 2023. All rights reserved.