Uses of Class
software.amazon.awssdk.services.ivs.model.ListRecordingConfigurationsResponse
-
Packages that use ListRecordingConfigurationsResponse Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.paginators -
-
Uses of ListRecordingConfigurationsResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return ListRecordingConfigurationsResponse Modifier and Type Method Description default ListRecordingConfigurationsResponseIvsClient. listRecordingConfigurations(Consumer<ListRecordingConfigurationsRequest.Builder> listRecordingConfigurationsRequest)Gets summary information about all recording configurations in your account, in the Amazon Web Services region where the API request is processed.default ListRecordingConfigurationsResponseIvsClient. listRecordingConfigurations(ListRecordingConfigurationsRequest listRecordingConfigurationsRequest)Gets summary information about all recording configurations in your account, in the Amazon Web Services region where the API request is processed.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type ListRecordingConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListRecordingConfigurationsResponse>IvsAsyncClient. listRecordingConfigurations(Consumer<ListRecordingConfigurationsRequest.Builder> listRecordingConfigurationsRequest)Gets summary information about all recording configurations in your account, in the Amazon Web Services region where the API request is processed.default CompletableFuture<ListRecordingConfigurationsResponse>IvsAsyncClient. listRecordingConfigurations(ListRecordingConfigurationsRequest listRecordingConfigurationsRequest)Gets summary information about all recording configurations in your account, in the Amazon Web Services region where the API request is processed. -
Uses of ListRecordingConfigurationsResponse in software.amazon.awssdk.services.ivs.paginators
Methods in software.amazon.awssdk.services.ivs.paginators that return types with arguments of type ListRecordingConfigurationsResponse Modifier and Type Method Description Iterator<ListRecordingConfigurationsResponse>ListRecordingConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivs.paginators with type arguments of type ListRecordingConfigurationsResponse Modifier and Type Method Description voidListRecordingConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecordingConfigurationsResponse> subscriber)
-