Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListCompositionsResponse
-
Packages that use ListCompositionsResponse Package Description software.amazon.awssdk.services.ivsrealtime Introductionsoftware.amazon.awssdk.services.ivsrealtime.paginators -
-
Uses of ListCompositionsResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListCompositionsResponse Modifier and Type Method Description default ListCompositionsResponseIvsRealTimeClient. listCompositions(Consumer<ListCompositionsRequest.Builder> listCompositionsRequest)Gets summary information about all Compositions in your account, in the AWS region where the API request is processed.default ListCompositionsResponseIvsRealTimeClient. listCompositions(ListCompositionsRequest listCompositionsRequest)Gets summary information about all Compositions 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 ListCompositionsResponse Modifier and Type Method Description default CompletableFuture<ListCompositionsResponse>IvsRealTimeAsyncClient. listCompositions(Consumer<ListCompositionsRequest.Builder> listCompositionsRequest)Gets summary information about all Compositions in your account, in the AWS region where the API request is processed.default CompletableFuture<ListCompositionsResponse>IvsRealTimeAsyncClient. listCompositions(ListCompositionsRequest listCompositionsRequest)Gets summary information about all Compositions in your account, in the AWS region where the API request is processed. -
Uses of ListCompositionsResponse in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type ListCompositionsResponse Modifier and Type Method Description Iterator<ListCompositionsResponse>ListCompositionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivsrealtime.paginators with type arguments of type ListCompositionsResponse Modifier and Type Method Description voidListCompositionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCompositionsResponse> subscriber)
-