Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.GetStorageConfigurationResponse
-
Packages that use GetStorageConfigurationResponse 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. -
-
Uses of GetStorageConfigurationResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return GetStorageConfigurationResponse Modifier and Type Method Description default GetStorageConfigurationResponseIvsRealTimeClient. getStorageConfiguration(Consumer<GetStorageConfigurationRequest.Builder> getStorageConfigurationRequest)Gets the storage configuration for the specified ARN.default GetStorageConfigurationResponseIvsRealTimeClient. getStorageConfiguration(GetStorageConfigurationRequest getStorageConfigurationRequest)Gets the storage configuration for the specified ARN.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type GetStorageConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetStorageConfigurationResponse>IvsRealTimeAsyncClient. getStorageConfiguration(Consumer<GetStorageConfigurationRequest.Builder> getStorageConfigurationRequest)Gets the storage configuration for the specified ARN.default CompletableFuture<GetStorageConfigurationResponse>IvsRealTimeAsyncClient. getStorageConfiguration(GetStorageConfigurationRequest getStorageConfigurationRequest)Gets the storage configuration for the specified ARN.
-