@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonKinesisVideoArchivedMediaClient extends AmazonWebServiceClient implements AmazonKinesisVideoArchivedMedia
| Modifier and Type | Field and Description |
|---|---|
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
static AmazonKinesisVideoArchivedMediaClientBuilder |
builder() |
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
GetMediaForFragmentListResult |
getMediaForFragmentList(GetMediaForFragmentListRequest request)
Gets media for a list of fragments (specified by fragment number) from the archived data in a Kinesis video
stream.
|
ListFragmentsResult |
listFragments(ListFragmentsRequest request)
Returns a list of Fragment objects from the specified stream and start location within the archived data.
|
addRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getEndpointPrefix, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdownprotected static final ClientConfigurationFactory configFactory
public static AmazonKinesisVideoArchivedMediaClientBuilder builder()
public GetMediaForFragmentListResult getMediaForFragmentList(GetMediaForFragmentListRequest request)
Gets media for a list of fragments (specified by fragment number) from the archived data in a Kinesis video stream.
This operation is only available for the AWS SDK for Java. It is not supported in AWS SDKs for other languages.
The following limits apply when using the GetMediaForFragmentList API:
A client can call GetMediaForFragmentList up to five times per second per stream.
Kinesis Video Streams sends media data at a rate of up to 25 megabytes per second (or 200 megabits per second)
during a GetMediaForFragmentList session.
getMediaForFragmentList in interface AmazonKinesisVideoArchivedMediagetMediaForFragmentListRequest - ResourceNotFoundException - Kinesis Video Streams can't find the stream that you specified.InvalidArgumentException - A specified parameter exceeds its restrictions, is not supported, or can't be used.ClientLimitExceededException - Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client
calls. Try making the call later.NotAuthorizedException - Status Code: 403, The caller is not authorized to perform an operation on the given stream, or the token
has expired.public ListFragmentsResult listFragments(ListFragmentsRequest request)
Returns a list of Fragment objects from the specified stream and start location within the archived data.
listFragments in interface AmazonKinesisVideoArchivedMedialistFragmentsRequest - ResourceNotFoundException - Kinesis Video Streams can't find the stream that you specified.InvalidArgumentException - A specified parameter exceeds its restrictions, is not supported, or can't be used.ClientLimitExceededException - Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client
calls. Try making the call later.NotAuthorizedException - Status Code: 403, The caller is not authorized to perform an operation on the given stream, or the token
has expired.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AmazonKinesisVideoArchivedMediarequest - The originally executed requestCopyright © 2018. All rights reserved.