| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
S3StorageConfiguration |
S3StorageConfiguration.clone() |
S3StorageConfiguration |
StorageConfigurationSummary.getS3()
An S3 destination configuration where recorded videos will be stored.
|
S3StorageConfiguration |
StorageConfiguration.getS3()
An S3 destination configuration where recorded videos will be stored.
|
S3StorageConfiguration |
CreateStorageConfigurationRequest.getS3()
A complex type that contains a storage configuration for where recorded video will be stored.
|
S3StorageConfiguration |
S3StorageConfiguration.withBucketName(String bucketName)
Location (S3 bucket name) where recorded videos will be stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageConfigurationSummary.setS3(S3StorageConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
void |
StorageConfiguration.setS3(S3StorageConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
void |
CreateStorageConfigurationRequest.setS3(S3StorageConfiguration s3)
A complex type that contains a storage configuration for where recorded video will be stored.
|
StorageConfigurationSummary |
StorageConfigurationSummary.withS3(S3StorageConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
StorageConfiguration |
StorageConfiguration.withS3(S3StorageConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
CreateStorageConfigurationRequest |
CreateStorageConfigurationRequest.withS3(S3StorageConfiguration s3)
A complex type that contains a storage configuration for where recorded video will be stored.
|
Copyright © 2023. All rights reserved.