| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo |
|
| Modifier and Type | Method and Description |
|---|---|
default GetDataEndpointResponse |
KinesisVideoClient.getDataEndpoint(Consumer<GetDataEndpointRequest.Builder> getDataEndpointRequest)
Gets an endpoint for a specified stream for either reading or writing.
|
default GetDataEndpointResponse |
KinesisVideoClient.getDataEndpoint(GetDataEndpointRequest getDataEndpointRequest)
Gets an endpoint for a specified stream for either reading or writing.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDataEndpointResponse> |
KinesisVideoAsyncClient.getDataEndpoint(Consumer<GetDataEndpointRequest.Builder> getDataEndpointRequest)
Gets an endpoint for a specified stream for either reading or writing.
|
default CompletableFuture<GetDataEndpointResponse> |
KinesisVideoAsyncClient.getDataEndpoint(GetDataEndpointRequest getDataEndpointRequest)
Gets an endpoint for a specified stream for either reading or writing.
|
Copyright © 2023. All rights reserved.