| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo |
|
| software.amazon.awssdk.services.kinesisvideo.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEdgeAgentConfigurationsResponse |
KinesisVideoClient.listEdgeAgentConfigurations(Consumer<ListEdgeAgentConfigurationsRequest.Builder> listEdgeAgentConfigurationsRequest)
Returns an array of edge configurations associated with the specified Edge Agent.
|
default ListEdgeAgentConfigurationsResponse |
KinesisVideoClient.listEdgeAgentConfigurations(ListEdgeAgentConfigurationsRequest listEdgeAgentConfigurationsRequest)
Returns an array of edge configurations associated with the specified Edge Agent.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEdgeAgentConfigurationsResponse> |
KinesisVideoAsyncClient.listEdgeAgentConfigurations(Consumer<ListEdgeAgentConfigurationsRequest.Builder> listEdgeAgentConfigurationsRequest)
Returns an array of edge configurations associated with the specified Edge Agent.
|
default CompletableFuture<ListEdgeAgentConfigurationsResponse> |
KinesisVideoAsyncClient.listEdgeAgentConfigurations(ListEdgeAgentConfigurationsRequest listEdgeAgentConfigurationsRequest)
Returns an array of edge configurations associated with the specified Edge Agent.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEdgeAgentConfigurationsResponse> |
ListEdgeAgentConfigurationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEdgeAgentConfigurationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEdgeAgentConfigurationsResponse> subscriber) |
Copyright © 2023. All rights reserved.