Uses of Class
software.amazon.awssdk.services.cloudtrail.model.ListChannelsResponse
-
Packages that use ListChannelsResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.paginators -
-
Uses of ListChannelsResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return ListChannelsResponse Modifier and Type Method Description default ListChannelsResponseCloudTrailClient. listChannels(Consumer<ListChannelsRequest.Builder> 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.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type ListChannelsResponse Modifier and Type Method 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. -
Uses of ListChannelsResponse in software.amazon.awssdk.services.cloudtrail.paginators
Methods in software.amazon.awssdk.services.cloudtrail.paginators that return types with arguments of type ListChannelsResponse Modifier and Type Method Description Iterator<ListChannelsResponse>ListChannelsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudtrail.paginators with type arguments of type ListChannelsResponse Modifier and Type Method Description voidListChannelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber)
-