Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.CreateStorageConfigurationResponse
-
Packages that use CreateStorageConfigurationResponse 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 CreateStorageConfigurationResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return CreateStorageConfigurationResponse Modifier and Type Method Description default CreateStorageConfigurationResponseIvsRealTimeClient. createStorageConfiguration(Consumer<CreateStorageConfigurationRequest.Builder> createStorageConfigurationRequest)Creates a new storage configuration, used to enable recording to Amazon S3.default CreateStorageConfigurationResponseIvsRealTimeClient. createStorageConfiguration(CreateStorageConfigurationRequest createStorageConfigurationRequest)Creates a new storage configuration, used to enable recording to Amazon S3.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type CreateStorageConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateStorageConfigurationResponse>IvsRealTimeAsyncClient. createStorageConfiguration(Consumer<CreateStorageConfigurationRequest.Builder> createStorageConfigurationRequest)Creates a new storage configuration, used to enable recording to Amazon S3.default CompletableFuture<CreateStorageConfigurationResponse>IvsRealTimeAsyncClient. createStorageConfiguration(CreateStorageConfigurationRequest createStorageConfigurationRequest)Creates a new storage configuration, used to enable recording to Amazon S3.
-