@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 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 configuration for the specified name.
|
ListPlaybackConfigurationsResult |
listPlaybackConfigurations(ListPlaybackConfigurationsRequest request)
Returns a list of the configurations defined in AWS Elemental MediaTailor.
|
PutPlaybackConfigurationResult |
putPlaybackConfiguration(PutPlaybackConfigurationRequest request)
Adds a new configuration to AWS Elemental MediaTailor.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public DeletePlaybackConfigurationResult deletePlaybackConfiguration(DeletePlaybackConfigurationRequest request)
AWSMediaTailor
Deletes the configuration for the specified name.
deletePlaybackConfiguration
in interface AWSMediaTailor
public GetPlaybackConfigurationResult getPlaybackConfiguration(GetPlaybackConfigurationRequest request)
AWSMediaTailor
Returns the configuration for the specified name.
getPlaybackConfiguration
in interface AWSMediaTailor
public ListPlaybackConfigurationsResult listPlaybackConfigurations(ListPlaybackConfigurationsRequest request)
AWSMediaTailor
Returns a list of the configurations defined in AWS Elemental MediaTailor. You can specify a max number of configurations to return at a time. The default max is 50. Results are returned in pagefuls. If AWS Elemental MediaTailor has more configurations than the specified max, it provides parameters in the response that you can use to retrieve the next pageful.
listPlaybackConfigurations
in interface AWSMediaTailor
public PutPlaybackConfigurationResult putPlaybackConfiguration(PutPlaybackConfigurationRequest request)
AWSMediaTailor
Adds a new configuration to AWS Elemental MediaTailor.
putPlaybackConfiguration
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.