| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecordingConfigurationsResult |
AbstractAmazonIVS.listRecordingConfigurations(ListRecordingConfigurationsRequest request) |
ListRecordingConfigurationsResult |
AmazonIVSClient.listRecordingConfigurations(ListRecordingConfigurationsRequest request)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
ListRecordingConfigurationsResult |
AmazonIVS.listRecordingConfigurations(ListRecordingConfigurationsRequest listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecordingConfigurationsResult |
ListRecordingConfigurationsResult.clone() |
ListRecordingConfigurationsResult |
ListRecordingConfigurationsResult.withNextToken(String nextToken)
If there are more recording configurations than
maxResults, use nextToken in the
request to get the next set. |
ListRecordingConfigurationsResult |
ListRecordingConfigurationsResult.withRecordingConfigurations(Collection<RecordingConfigurationSummary> recordingConfigurations)
List of the matching recording configurations.
|
ListRecordingConfigurationsResult |
ListRecordingConfigurationsResult.withRecordingConfigurations(RecordingConfigurationSummary... recordingConfigurations)
List of the matching recording configurations.
|
Copyright © 2023. All rights reserved.