| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
Classes modeling the various types represented by AWSKinesisVideo
|
| Modifier and Type | Method and Description |
|---|---|
GetDataEndpointResult |
AWSKinesisVideoClient.getDataEndpoint(GetDataEndpointRequest getDataEndpointRequest)
Gets an endpoint for a specified stream for either reading or writing.
|
GetDataEndpointResult |
AWSKinesisVideo.getDataEndpoint(GetDataEndpointRequest getDataEndpointRequest)
Gets an endpoint for a specified stream for either reading or writing.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataEndpointRequest |
GetDataEndpointRequest.withAPIName(APIName aPIName)
The name of the API action for which to get an endpoint.
|
GetDataEndpointRequest |
GetDataEndpointRequest.withAPIName(String aPIName)
The name of the API action for which to get an endpoint.
|
GetDataEndpointRequest |
GetDataEndpointRequest.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to get the
endpoint for.
|
GetDataEndpointRequest |
GetDataEndpointRequest.withStreamName(String streamName)
The name of the stream that you want to get the endpoint for.
|
Copyright © 2019. All rights reserved.