Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListStagesResponse
-
Packages that use ListStagesResponse Package Description software.amazon.awssdk.services.ivsrealtime Introductionsoftware.amazon.awssdk.services.ivsrealtime.paginators -
-
Uses of ListStagesResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListStagesResponse Modifier and Type Method Description 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 ListStagesResponseIvsRealTimeClient. listStages(ListStagesRequest listStagesRequest)Gets summary information about all stages in your account, in the AWS region where the API request is processed.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type ListStagesResponse 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 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. -
Uses of ListStagesResponse in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type ListStagesResponse Modifier and Type Method Description Iterator<ListStagesResponse>ListStagesIterable. iterator()Method parameters in software.amazon.awssdk.services.ivsrealtime.paginators with type arguments of type ListStagesResponse Modifier and Type Method Description voidListStagesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStagesResponse> subscriber)
-