Uses of Class
software.amazon.awssdk.services.cloudtrail.model.ListChannelsRequest
-
Packages that use ListChannelsRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.paginators software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of ListChannelsRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type ListChannelsRequest Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>CloudTrailAsyncClient. listChannels(ListChannelsRequest listChannelsRequest)Lists the channels in the current account, and their source names.default ListChannelsResponseCloudTrailClient. listChannels(ListChannelsRequest listChannelsRequest)Lists the channels in the current account, and their source names.default ListChannelsPublisherCloudTrailAsyncClient. listChannelsPaginator(ListChannelsRequest listChannelsRequest)This is a variant ofCloudTrailAsyncClient.listChannels(software.amazon.awssdk.services.cloudtrail.model.ListChannelsRequest)operation.default ListChannelsIterableCloudTrailClient. listChannelsPaginator(ListChannelsRequest listChannelsRequest)This is a variant ofCloudTrailClient.listChannels(software.amazon.awssdk.services.cloudtrail.model.ListChannelsRequest)operation. -
Uses of ListChannelsRequest in software.amazon.awssdk.services.cloudtrail.paginators
Constructors in software.amazon.awssdk.services.cloudtrail.paginators with parameters of type ListChannelsRequest Constructor Description ListChannelsIterable(CloudTrailClient client, ListChannelsRequest firstRequest)ListChannelsPublisher(CloudTrailAsyncClient client, ListChannelsRequest firstRequest) -
Uses of ListChannelsRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type ListChannelsRequest Modifier and Type Method Description SdkHttpFullRequestListChannelsRequestMarshaller. marshall(ListChannelsRequest listChannelsRequest)
-