Uses of Interface
software.amazon.awssdk.services.ivs.model.ListChannelsRequest.Builder
-
Packages that use ListChannelsRequest.Builder Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.model -
-
Uses of ListChannelsRequest.Builder in software.amazon.awssdk.services.ivs
Method parameters in software.amazon.awssdk.services.ivs with type arguments of type ListChannelsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>IvsAsyncClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed.default ListChannelsResponseIvsClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed.default ListChannelsPublisherIvsAsyncClient. listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)This is a variant ofIvsAsyncClient.listChannels(software.amazon.awssdk.services.ivs.model.ListChannelsRequest)operation.default ListChannelsIterableIvsClient. listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)This is a variant ofIvsClient.listChannels(software.amazon.awssdk.services.ivs.model.ListChannelsRequest)operation. -
Uses of ListChannelsRequest.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return ListChannelsRequest.Builder Modifier and Type Method Description static ListChannelsRequest.BuilderListChannelsRequest. builder()ListChannelsRequest.BuilderListChannelsRequest.Builder. filterByName(String filterByName)Filters the channel list to match the specified name.ListChannelsRequest.BuilderListChannelsRequest.Builder. filterByPlaybackRestrictionPolicyArn(String filterByPlaybackRestrictionPolicyArn)Filters the channel list to match the specified policy.ListChannelsRequest.BuilderListChannelsRequest.Builder. filterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)Filters the channel list to match the specified recording-configuration ARN.ListChannelsRequest.BuilderListChannelsRequest.Builder. maxResults(Integer maxResults)Maximum number of channels to return.ListChannelsRequest.BuilderListChannelsRequest.Builder. nextToken(String nextToken)The first channel to retrieve.ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelsRequest.BuilderListChannelsRequest. toBuilder()Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type ListChannelsRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelsRequest.Builder>ListChannelsRequest. serializableBuilderClass()
-