| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
StorageConfigurationSummary |
StorageConfigurationSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StorageConfigurationSummary |
StorageConfigurationSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
StorageConfigurationSummary |
StorageConfigurationSummary.clone() |
StorageConfigurationSummary |
StorageConfigurationSummary.withArn(String arn)
ARN of the storage configuration.
|
StorageConfigurationSummary |
StorageConfigurationSummary.withName(String name)
Name of the storage configuration.
|
StorageConfigurationSummary |
StorageConfigurationSummary.withS3(S3StorageConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
StorageConfigurationSummary |
StorageConfigurationSummary.withTags(Map<String,String> tags)
Tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageConfigurationSummary> |
ListStorageConfigurationsResult.getStorageConfigurations()
List of the matching storage configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListStorageConfigurationsResult |
ListStorageConfigurationsResult.withStorageConfigurations(StorageConfigurationSummary... storageConfigurations)
List of the matching storage configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStorageConfigurationsResult.setStorageConfigurations(Collection<StorageConfigurationSummary> storageConfigurations)
List of the matching storage configurations.
|
ListStorageConfigurationsResult |
ListStorageConfigurationsResult.withStorageConfigurations(Collection<StorageConfigurationSummary> storageConfigurations)
List of the matching storage configurations.
|
Copyright © 2024. All rights reserved.