Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.ListChannelsRequest.Builder
-
Packages that use ListChannelsRequest.Builder Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.model -
-
Uses of ListChannelsRequest.Builder in software.amazon.awssdk.services.cloudtrail
Method parameters in software.amazon.awssdk.services.cloudtrail with type arguments of type ListChannelsRequest.Builder 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 ListChannelsResponseCloudTrailClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Lists the channels in the current account, and their source names.default ListChannelsPublisherCloudTrailAsyncClient. listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Lists the channels in the current account, and their source names.default ListChannelsIterableCloudTrailClient. listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Lists the channels in the current account, and their source names. -
Uses of ListChannelsRequest.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return ListChannelsRequest.Builder Modifier and Type Method Description static ListChannelsRequest.BuilderListChannelsRequest. builder()ListChannelsRequest.BuilderListChannelsRequest.Builder. maxResults(Integer maxResults)The maximum number of CloudTrail channels to display on a single page.ListChannelsRequest.BuilderListChannelsRequest.Builder. nextToken(String nextToken)The token to use to get the next page of results after a previous API call.ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelsRequest.BuilderListChannelsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type ListChannelsRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelsRequest.Builder>ListChannelsRequest. serializableBuilderClass()
-