| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.paginators |
| 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 ListChannelsResponse |
CloudTrailClient.listChannels(ListChannelsRequest listChannelsRequest)
Lists the channels in the current account, and their source names.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelsResponse> |
CloudTrailAsyncClient.listChannels(Consumer<ListChannelsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelsResponse> |
ListChannelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber) |
Copyright © 2023. All rights reserved.