Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListStagesRequest
-
Packages that use ListStagesRequest Package Description software.amazon.awssdk.services.ivsrealtime Introductionsoftware.amazon.awssdk.services.ivsrealtime.paginators software.amazon.awssdk.services.ivsrealtime.transform -
-
Uses of ListStagesRequest in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime with parameters of type ListStagesRequest Modifier and Type Method Description default CompletableFuture<ListStagesResponse>IvsRealTimeAsyncClient. listStages(ListStagesRequest listStagesRequest)Gets summary information about all stages in your account, in the AWS region where the API request is processed.default ListStagesResponseIvsRealTimeClient. listStages(ListStagesRequest listStagesRequest)Gets summary information about all stages in your account, in the AWS region where the API request is processed.default ListStagesPublisherIvsRealTimeAsyncClient. listStagesPaginator(ListStagesRequest listStagesRequest)This is a variant ofIvsRealTimeAsyncClient.listStages(software.amazon.awssdk.services.ivsrealtime.model.ListStagesRequest)operation.default ListStagesIterableIvsRealTimeClient. listStagesPaginator(ListStagesRequest listStagesRequest)This is a variant ofIvsRealTimeClient.listStages(software.amazon.awssdk.services.ivsrealtime.model.ListStagesRequest)operation. -
Uses of ListStagesRequest in software.amazon.awssdk.services.ivsrealtime.paginators
Constructors in software.amazon.awssdk.services.ivsrealtime.paginators with parameters of type ListStagesRequest Constructor Description ListStagesIterable(IvsRealTimeClient client, ListStagesRequest firstRequest)ListStagesPublisher(IvsRealTimeAsyncClient client, ListStagesRequest firstRequest) -
Uses of ListStagesRequest in software.amazon.awssdk.services.ivsrealtime.transform
Methods in software.amazon.awssdk.services.ivsrealtime.transform with parameters of type ListStagesRequest Modifier and Type Method Description SdkHttpFullRequestListStagesRequestMarshaller. marshall(ListStagesRequest listStagesRequest)
-