Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.S3StorageConfiguration
-
Packages that use S3StorageConfiguration Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of S3StorageConfiguration in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return S3StorageConfiguration Modifier and Type Method Description S3StorageConfigurationCreateStorageConfigurationRequest. s3()A complex type that contains a storage configuration for where recorded video will be stored.S3StorageConfigurationStorageConfiguration. s3()An S3 destination configuration where recorded videos will be stored.S3StorageConfigurationStorageConfigurationSummary. s3()An S3 destination configuration where recorded videos will be stored.Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type S3StorageConfiguration Modifier and Type Method Description CreateStorageConfigurationRequest.BuilderCreateStorageConfigurationRequest.Builder. s3(S3StorageConfiguration s3)A complex type that contains a storage configuration for where recorded video will be stored.StorageConfiguration.BuilderStorageConfiguration.Builder. s3(S3StorageConfiguration s3)An S3 destination configuration where recorded videos will be stored.StorageConfigurationSummary.BuilderStorageConfigurationSummary.Builder. s3(S3StorageConfiguration s3)An S3 destination configuration where recorded videos will be stored.
-