| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ListStorageConfigurationsResult |
AbstractAmazonIVSRealTime.listStorageConfigurations(ListStorageConfigurationsRequest request) |
ListStorageConfigurationsResult |
AmazonIVSRealTime.listStorageConfigurations(ListStorageConfigurationsRequest listStorageConfigurationsRequest)
Gets summary information about all storage configurations in your account, in the AWS region where the API
request is processed.
|
ListStorageConfigurationsResult |
AmazonIVSRealTimeClient.listStorageConfigurations(ListStorageConfigurationsRequest request)
Gets summary information about all storage configurations in your account, in the AWS region where the API
request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
ListStorageConfigurationsResult |
ListStorageConfigurationsResult.clone() |
ListStorageConfigurationsResult |
ListStorageConfigurationsResult.withNextToken(String nextToken)
If there are more storage configurations than
maxResults, use nextToken in the request
to get the next set. |
ListStorageConfigurationsResult |
ListStorageConfigurationsResult.withStorageConfigurations(Collection<StorageConfigurationSummary> storageConfigurations)
List of the matching storage configurations.
|
ListStorageConfigurationsResult |
ListStorageConfigurationsResult.withStorageConfigurations(StorageConfigurationSummary... storageConfigurations)
List of the matching storage configurations.
|
Copyright © 2024. All rights reserved.