@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSMediaStore
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSMediaStore
instead.
An AWS Elemental MediaStore container is a namespace that holds folders and objects. You use a container endpoint to create, read, and delete objects.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerResult |
createContainer(CreateContainerRequest createContainerRequest)
Creates a storage container to hold objects.
|
DeleteContainerResult |
deleteContainer(DeleteContainerRequest deleteContainerRequest)
Deletes the specified container.
|
DeleteContainerPolicyResult |
deleteContainerPolicy(DeleteContainerPolicyRequest deleteContainerPolicyRequest)
Deletes the access policy that is associated with the specified container.
|
DeleteCorsPolicyResult |
deleteCorsPolicy(DeleteCorsPolicyRequest deleteCorsPolicyRequest)
Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
DescribeContainerResult |
describeContainer(DescribeContainerRequest describeContainerRequest)
Retrieves the properties of the requested container.
|
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.
|
GetContainerPolicyResult |
getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)
Retrieves the access policy for the specified container.
|
GetCorsPolicyResult |
getCorsPolicy(GetCorsPolicyRequest getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
ListContainersResult |
listContainers(ListContainersRequest listContainersRequest)
Lists the properties of all containers in AWS Elemental MediaStore.
|
PutContainerPolicyResult |
putContainerPolicy(PutContainerPolicyRequest putContainerPolicyRequest)
Creates an access policy for the specified container to restrict the users and clients that can access it.
|
PutCorsPolicyResult |
putCorsPolicy(PutCorsPolicyRequest putCorsPolicyRequest)
Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service
cross-origin requests.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
CreateContainerResult createContainer(CreateContainerRequest createContainerRequest)
Creates a storage container to hold objects. A container is similar to a bucket in the Amazon S3 service.
createContainerRequest
- ContainerInUseException
- Resource already exists or is being updated.LimitExceededException
- A service limit has been exceeded.InternalServerErrorException
- The service is temporarily unavailable.DeleteContainerResult deleteContainer(DeleteContainerRequest deleteContainerRequest)
Deletes the specified container. Before you make a DeleteContainer
request, delete any objects in
the container or in any folders in the container. You can delete only empty containers.
deleteContainerRequest
- ContainerInUseException
- Resource already exists or is being updated.ContainerNotFoundException
- Could not perform an operation on a container that does not exist.InternalServerErrorException
- The service is temporarily unavailable.DeleteContainerPolicyResult deleteContainerPolicy(DeleteContainerPolicyRequest deleteContainerPolicyRequest)
Deletes the access policy that is associated with the specified container.
deleteContainerPolicyRequest
- ContainerInUseException
- Resource already exists or is being updated.ContainerNotFoundException
- Could not perform an operation on a container that does not exist.PolicyNotFoundException
- Could not perform an operation on a policy that does not exist.InternalServerErrorException
- The service is temporarily unavailable.DeleteCorsPolicyResult deleteCorsPolicy(DeleteCorsPolicyRequest deleteCorsPolicyRequest)
Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container.
To use this operation, you must have permission to perform the MediaStore:DeleteCorsPolicy
action.
The container owner has this permission by default and can grant this permission to others.
deleteCorsPolicyRequest
- ContainerInUseException
- Resource already exists or is being updated.ContainerNotFoundException
- Could not perform an operation on a container that does not exist.CorsPolicyNotFoundException
- Could not perform an operation on a policy that does not exist.InternalServerErrorException
- The service is temporarily unavailable.DescribeContainerResult describeContainer(DescribeContainerRequest describeContainerRequest)
Retrieves the properties of the requested container. This request is commonly used to retrieve the endpoint of a
container. An endpoint is a value assigned by the service when a new container is created. A container's endpoint
does not change after it has been assigned. The DescribeContainer
request returns a single
Container
object based on ContainerName
. To return all Container
objects
that are associated with a specified AWS account, use ListContainers.
describeContainerRequest
- ContainerNotFoundException
- Could not perform an operation on a container that does not exist.InternalServerErrorException
- The service is temporarily unavailable.GetContainerPolicyResult getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)
Retrieves the access policy for the specified container. For information about the data that is included in an access policy, see the AWS Identity and Access Management User Guide.
getContainerPolicyRequest
- ContainerInUseException
- Resource already exists or is being updated.ContainerNotFoundException
- Could not perform an operation on a container that does not exist.PolicyNotFoundException
- Could not perform an operation on a policy that does not exist.InternalServerErrorException
- The service is temporarily unavailable.GetCorsPolicyResult getCorsPolicy(GetCorsPolicyRequest getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
To use this operation, you must have permission to perform the MediaStore:GetCorsPolicy
action. By
default, the container owner has this permission and can grant it to others.
getCorsPolicyRequest
- ContainerInUseException
- Resource already exists or is being updated.ContainerNotFoundException
- Could not perform an operation on a container that does not exist.CorsPolicyNotFoundException
- Could not perform an operation on a policy that does not exist.InternalServerErrorException
- The service is temporarily unavailable.ListContainersResult listContainers(ListContainersRequest listContainersRequest)
Lists the properties of all containers in AWS Elemental MediaStore.
You can query to receive all the containers in one response. Or you can include the MaxResults
parameter to receive a limited number of containers in each response. In this case, the response includes a
token. To get the next set of containers, send the command again, this time with the NextToken
parameter (with the returned token as its value). The next set of responses appears, with a token if there are
still more containers to receive.
See also DescribeContainer, which gets the properties of one container.
listContainersRequest
- InternalServerErrorException
- The service is temporarily unavailable.PutContainerPolicyResult putContainerPolicy(PutContainerPolicyRequest putContainerPolicyRequest)
Creates an access policy for the specified container to restrict the users and clients that can access it. For information about the data that is included in an access policy, see the AWS Identity and Access Management User Guide.
For this release of the REST API, you can create only one policy for a container. If you enter
PutContainerPolicy
twice, the second command modifies the existing policy.
putContainerPolicyRequest
- ContainerNotFoundException
- Could not perform an operation on a container that does not exist.ContainerInUseException
- Resource already exists or is being updated.InternalServerErrorException
- The service is temporarily unavailable.PutCorsPolicyResult putCorsPolicy(PutCorsPolicyRequest putCorsPolicyRequest)
Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. For example, you might want to enable a request whose origin is http://www.example.com to access your AWS Elemental MediaStore container at my.example.container.com by using the browser's XMLHttpRequest capability.
To enable CORS on a container, you attach a CORS policy to the container. In the CORS policy, you configure rules that identify origins and the HTTP methods that can be executed on your container. The policy can contain up to 398,000 characters. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed.
putCorsPolicyRequest
- ContainerNotFoundException
- Could not perform an operation on a container that does not exist.ContainerInUseException
- Resource already exists or is being updated.InternalServerErrorException
- The service is temporarily unavailable.void shutdown()
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 a request.
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.