| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model | |
| software.amazon.awssdk.services.ivs.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RecordingConfigurationSummary> |
ListRecordingConfigurationsResponse.recordingConfigurations()
List of the matching recording configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecordingConfigurationsResponse.Builder |
ListRecordingConfigurationsResponse.Builder.recordingConfigurations(RecordingConfigurationSummary... recordingConfigurations)
List of the matching recording configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecordingConfigurationsResponse.Builder |
ListRecordingConfigurationsResponse.Builder.recordingConfigurations(Collection<RecordingConfigurationSummary> recordingConfigurations)
List of the matching recording configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<RecordingConfigurationSummary> |
ListRecordingConfigurationsPublisher.recordingConfigurations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RecordingConfigurationSummary> |
ListRecordingConfigurationsIterable.recordingConfigurations()
Returns an iterable to iterate through the paginated
ListRecordingConfigurationsResponse.recordingConfigurations() member. |
Copyright © 2021. All rights reserved.