Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListEncoderConfigurationsResponse
-
Packages that use ListEncoderConfigurationsResponse Package Description software.amazon.awssdk.services.ivsrealtime The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses.software.amazon.awssdk.services.ivsrealtime.paginators -
-
Uses of ListEncoderConfigurationsResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListEncoderConfigurationsResponse Modifier and Type Method Description default ListEncoderConfigurationsResponseIvsRealTimeClient. listEncoderConfigurations(Consumer<ListEncoderConfigurationsRequest.Builder> listEncoderConfigurationsRequest)Gets summary information about all EncoderConfigurations in your account, in the AWS region where the API request is processed.default ListEncoderConfigurationsResponseIvsRealTimeClient. listEncoderConfigurations(ListEncoderConfigurationsRequest listEncoderConfigurationsRequest)Gets summary information about all EncoderConfigurations 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 ListEncoderConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListEncoderConfigurationsResponse>IvsRealTimeAsyncClient. listEncoderConfigurations(Consumer<ListEncoderConfigurationsRequest.Builder> listEncoderConfigurationsRequest)Gets summary information about all EncoderConfigurations in your account, in the AWS region where the API request is processed.default CompletableFuture<ListEncoderConfigurationsResponse>IvsRealTimeAsyncClient. listEncoderConfigurations(ListEncoderConfigurationsRequest listEncoderConfigurationsRequest)Gets summary information about all EncoderConfigurations in your account, in the AWS region where the API request is processed. -
Uses of ListEncoderConfigurationsResponse in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type ListEncoderConfigurationsResponse Modifier and Type Method Description Iterator<ListEncoderConfigurationsResponse>ListEncoderConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivsrealtime.paginators with type arguments of type ListEncoderConfigurationsResponse Modifier and Type Method Description voidListEncoderConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEncoderConfigurationsResponse> subscriber)
-