Uses of Interface
software.amazon.awssdk.services.ivs.model.ListStreamsRequest.Builder
-
Packages that use ListStreamsRequest.Builder Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.model -
-
Uses of ListStreamsRequest.Builder in software.amazon.awssdk.services.ivs
Method parameters in software.amazon.awssdk.services.ivs with type arguments of type ListStreamsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStreamsResponse>IvsAsyncClient. listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.default ListStreamsResponseIvsClient. listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.default ListStreamsPublisherIvsAsyncClient. listStreamsPaginator(Consumer<ListStreamsRequest.Builder> listStreamsRequest)This is a variant ofIvsAsyncClient.listStreams(software.amazon.awssdk.services.ivs.model.ListStreamsRequest)operation.default ListStreamsIterableIvsClient. listStreamsPaginator(Consumer<ListStreamsRequest.Builder> listStreamsRequest)This is a variant ofIvsClient.listStreams(software.amazon.awssdk.services.ivs.model.ListStreamsRequest)operation. -
Uses of ListStreamsRequest.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return ListStreamsRequest.Builder Modifier and Type Method Description static ListStreamsRequest.BuilderListStreamsRequest. builder()default ListStreamsRequest.BuilderListStreamsRequest.Builder. filterBy(Consumer<StreamFilters.Builder> filterBy)Filters the stream list to match the specified criterion.ListStreamsRequest.BuilderListStreamsRequest.Builder. filterBy(StreamFilters filterBy)Filters the stream list to match the specified criterion.ListStreamsRequest.BuilderListStreamsRequest.Builder. maxResults(Integer maxResults)Maximum number of streams to return.ListStreamsRequest.BuilderListStreamsRequest.Builder. nextToken(String nextToken)The first stream to retrieve.ListStreamsRequest.BuilderListStreamsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStreamsRequest.BuilderListStreamsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStreamsRequest.BuilderListStreamsRequest. toBuilder()Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type ListStreamsRequest.Builder Modifier and Type Method Description static Class<? extends ListStreamsRequest.Builder>ListStreamsRequest. serializableBuilderClass()
-