Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.ListStagesRequest.Builder
-
Packages that use ListStagesRequest.Builder Package Description software.amazon.awssdk.services.ivsrealtime Introductionsoftware.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ListStagesRequest.Builder in software.amazon.awssdk.services.ivsrealtime
Method parameters in software.amazon.awssdk.services.ivsrealtime with type arguments of type ListStagesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStagesResponse>IvsRealTimeAsyncClient. listStages(Consumer<ListStagesRequest.Builder> listStagesRequest)Gets summary information about all stages in your account, in the AWS region where the API request is processed.default ListStagesResponseIvsRealTimeClient. listStages(Consumer<ListStagesRequest.Builder> listStagesRequest)Gets summary information about all stages in your account, in the AWS region where the API request is processed.default ListStagesPublisherIvsRealTimeAsyncClient. listStagesPaginator(Consumer<ListStagesRequest.Builder> listStagesRequest)This is a variant ofIvsRealTimeAsyncClient.listStages(software.amazon.awssdk.services.ivsrealtime.model.ListStagesRequest)operation.default ListStagesIterableIvsRealTimeClient. listStagesPaginator(Consumer<ListStagesRequest.Builder> listStagesRequest)This is a variant ofIvsRealTimeClient.listStages(software.amazon.awssdk.services.ivsrealtime.model.ListStagesRequest)operation. -
Uses of ListStagesRequest.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ListStagesRequest.Builder Modifier and Type Method Description static ListStagesRequest.BuilderListStagesRequest. builder()ListStagesRequest.BuilderListStagesRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return.ListStagesRequest.BuilderListStagesRequest.Builder. nextToken(String nextToken)The first stage to retrieve.ListStagesRequest.BuilderListStagesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStagesRequest.BuilderListStagesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStagesRequest.BuilderListStagesRequest. toBuilder()Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type ListStagesRequest.Builder Modifier and Type Method Description static Class<? extends ListStagesRequest.Builder>ListStagesRequest. serializableBuilderClass()
-