| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRecordingConfigurationsResponse |
IvsClient.listRecordingConfigurations(Consumer<ListRecordingConfigurationsRequest.Builder> listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default ListRecordingConfigurationsResponse |
IvsClient.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 |
|---|---|
default CompletableFuture<ListRecordingConfigurationsResponse> |
IvsAsyncClient.listRecordingConfigurations(Consumer<ListRecordingConfigurationsRequest.Builder> listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default CompletableFuture<ListRecordingConfigurationsResponse> |
IvsAsyncClient.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 |
|---|---|
Iterator<ListRecordingConfigurationsResponse> |
ListRecordingConfigurationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecordingConfigurationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecordingConfigurationsResponse> subscriber) |
Copyright © 2023. All rights reserved.