Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListStorageConfigurationsResponse
-
Packages that use ListStorageConfigurationsResponse 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 ListStorageConfigurationsResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListStorageConfigurationsResponse Modifier and Type Method Description default ListStorageConfigurationsResponseIvsRealTimeClient. listStorageConfigurations(Consumer<ListStorageConfigurationsRequest.Builder> listStorageConfigurationsRequest)Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed.default ListStorageConfigurationsResponseIvsRealTimeClient. listStorageConfigurations(ListStorageConfigurationsRequest listStorageConfigurationsRequest)Gets summary information about all storage configurations 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 ListStorageConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListStorageConfigurationsResponse>IvsRealTimeAsyncClient. listStorageConfigurations(Consumer<ListStorageConfigurationsRequest.Builder> listStorageConfigurationsRequest)Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed.default CompletableFuture<ListStorageConfigurationsResponse>IvsRealTimeAsyncClient. listStorageConfigurations(ListStorageConfigurationsRequest listStorageConfigurationsRequest)Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed. -
Uses of ListStorageConfigurationsResponse in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type ListStorageConfigurationsResponse Modifier and Type Method Description Iterator<ListStorageConfigurationsResponse>ListStorageConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivsrealtime.paginators with type arguments of type ListStorageConfigurationsResponse Modifier and Type Method Description voidListStorageConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStorageConfigurationsResponse> subscriber)
-