@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMediaTailor extends Object implements AWSMediaTailor
AWSMediaTailor
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
DeletePlaybackConfigurationResult |
deletePlaybackConfiguration(DeletePlaybackConfigurationRequest request)
Deletes the playback configuration for the specified name.
|
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.
|
GetPlaybackConfigurationResult |
getPlaybackConfiguration(GetPlaybackConfigurationRequest request)
Returns the playback configuration for the specified name.
|
ListPlaybackConfigurationsResult |
listPlaybackConfigurations(ListPlaybackConfigurationsRequest request)
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of the tags assigned to the specified playback configuration resource.
|
PutPlaybackConfigurationResult |
putPlaybackConfiguration(PutPlaybackConfigurationRequest request)
Adds a new playback configuration to AWS Elemental MediaTailor.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds tags to the specified playback configuration resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from the specified playback configuration resource.
|
public DeletePlaybackConfigurationResult deletePlaybackConfiguration(DeletePlaybackConfigurationRequest request)
AWSMediaTailor
Deletes the playback configuration for the specified name.
deletePlaybackConfiguration
in interface AWSMediaTailor
public GetPlaybackConfigurationResult getPlaybackConfiguration(GetPlaybackConfigurationRequest request)
AWSMediaTailor
Returns the playback configuration for the specified name.
getPlaybackConfiguration
in interface AWSMediaTailor
public ListPlaybackConfigurationsResult listPlaybackConfigurations(ListPlaybackConfigurationsRequest request)
AWSMediaTailor
Returns a list of the playback configurations defined in AWS Elemental MediaTailor. You can specify a maximum number of configurations to return at a time. The default maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations than the specified maximum, it provides parameters in the response that you can use to retrieve the next pageful.
listPlaybackConfigurations
in interface AWSMediaTailor
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSMediaTailor
Returns a list of the tags assigned to the specified playback configuration resource.
listTagsForResource
in interface AWSMediaTailor
public PutPlaybackConfigurationResult putPlaybackConfiguration(PutPlaybackConfigurationRequest request)
AWSMediaTailor
Adds a new playback configuration to AWS Elemental MediaTailor.
putPlaybackConfiguration
in interface AWSMediaTailor
public TagResourceResult tagResource(TagResourceRequest request)
AWSMediaTailor
Adds tags to the specified playback configuration resource. You can specify one or more tags to add.
tagResource
in interface AWSMediaTailor
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSMediaTailor
Removes tags from the specified playback configuration resource. You can specify one or more tags to remove.
untagResource
in interface AWSMediaTailor
public void shutdown()
AWSMediaTailor
shutdown
in interface AWSMediaTailor
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSMediaTailor
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 a request.
getCachedResponseMetadata
in interface AWSMediaTailor
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.