| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo |
|
| software.amazon.awssdk.services.kinesisvideo.model |
| 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 CompletableFuture<GetDataEndpointResponse> |
KinesisVideoAsyncClient.getDataEndpoint(Consumer<GetDataEndpointRequest.Builder> getDataEndpointRequest)
Gets an endpoint for a specified stream for either reading or writing.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataEndpointRequest.Builder |
GetDataEndpointRequest.Builder.apiName(APIName apiName)
The name of the API action for which to get an endpoint.
|
GetDataEndpointRequest.Builder |
GetDataEndpointRequest.Builder.apiName(String apiName)
The name of the API action for which to get an endpoint.
|
static GetDataEndpointRequest.Builder |
GetDataEndpointRequest.builder() |
GetDataEndpointRequest.Builder |
GetDataEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDataEndpointRequest.Builder |
GetDataEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDataEndpointRequest.Builder |
GetDataEndpointRequest.Builder.streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for.
|
GetDataEndpointRequest.Builder |
GetDataEndpointRequest.Builder.streamName(String streamName)
The name of the stream that you want to get the endpoint for.
|
GetDataEndpointRequest.Builder |
GetDataEndpointRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDataEndpointRequest.Builder> |
GetDataEndpointRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.