| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastore |
An AWS Elemental MediaStore container is a namespace that holds folders and objects.
|
| software.amazon.awssdk.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateContainerResponse |
MediaStoreClient.createContainer(Consumer<CreateContainerRequest.Builder> createContainerRequest)
Creates a storage container to hold objects.
|
default CreateContainerResponse |
MediaStoreClient.createContainer(CreateContainerRequest createContainerRequest)
Creates a storage container to hold objects.
|
default DeleteContainerResponse |
MediaStoreClient.deleteContainer(Consumer<DeleteContainerRequest.Builder> deleteContainerRequest)
Deletes the specified container.
|
default DeleteContainerResponse |
MediaStoreClient.deleteContainer(DeleteContainerRequest deleteContainerRequest)
Deletes the specified container.
|
default DeleteContainerPolicyResponse |
MediaStoreClient.deleteContainerPolicy(Consumer<DeleteContainerPolicyRequest.Builder> deleteContainerPolicyRequest)
Deletes the access policy that is associated with the specified container.
|
default DeleteContainerPolicyResponse |
MediaStoreClient.deleteContainerPolicy(DeleteContainerPolicyRequest deleteContainerPolicyRequest)
Deletes the access policy that is associated with the specified container.
|
default DeleteCorsPolicyResponse |
MediaStoreClient.deleteCorsPolicy(Consumer<DeleteCorsPolicyRequest.Builder> deleteCorsPolicyRequest)
Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
default DeleteCorsPolicyResponse |
MediaStoreClient.deleteCorsPolicy(DeleteCorsPolicyRequest deleteCorsPolicyRequest)
Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
default DeleteLifecyclePolicyResponse |
MediaStoreClient.deleteLifecyclePolicy(Consumer<DeleteLifecyclePolicyRequest.Builder> deleteLifecyclePolicyRequest)
Removes an object lifecycle policy from a container.
|
default DeleteLifecyclePolicyResponse |
MediaStoreClient.deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)
Removes an object lifecycle policy from a container.
|
default DeleteMetricPolicyResponse |
MediaStoreClient.deleteMetricPolicy(Consumer<DeleteMetricPolicyRequest.Builder> deleteMetricPolicyRequest)
Deletes the metric policy that is associated with the specified container.
|
default DeleteMetricPolicyResponse |
MediaStoreClient.deleteMetricPolicy(DeleteMetricPolicyRequest deleteMetricPolicyRequest)
Deletes the metric policy that is associated with the specified container.
|
default DescribeContainerResponse |
MediaStoreClient.describeContainer(Consumer<DescribeContainerRequest.Builder> describeContainerRequest)
Retrieves the properties of the requested container.
|
default DescribeContainerResponse |
MediaStoreClient.describeContainer(DescribeContainerRequest describeContainerRequest)
Retrieves the properties of the requested container.
|
default GetContainerPolicyResponse |
MediaStoreClient.getContainerPolicy(Consumer<GetContainerPolicyRequest.Builder> getContainerPolicyRequest)
Retrieves the access policy for the specified container.
|
default GetContainerPolicyResponse |
MediaStoreClient.getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)
Retrieves the access policy for the specified container.
|
default GetCorsPolicyResponse |
MediaStoreClient.getCorsPolicy(Consumer<GetCorsPolicyRequest.Builder> getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
default GetCorsPolicyResponse |
MediaStoreClient.getCorsPolicy(GetCorsPolicyRequest getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
default GetLifecyclePolicyResponse |
MediaStoreClient.getLifecyclePolicy(Consumer<GetLifecyclePolicyRequest.Builder> getLifecyclePolicyRequest)
Retrieves the object lifecycle policy that is assigned to a container.
|
default GetLifecyclePolicyResponse |
MediaStoreClient.getLifecyclePolicy(GetLifecyclePolicyRequest getLifecyclePolicyRequest)
Retrieves the object lifecycle policy that is assigned to a container.
|
default GetMetricPolicyResponse |
MediaStoreClient.getMetricPolicy(Consumer<GetMetricPolicyRequest.Builder> getMetricPolicyRequest)
Returns the metric policy for the specified container.
|
default GetMetricPolicyResponse |
MediaStoreClient.getMetricPolicy(GetMetricPolicyRequest getMetricPolicyRequest)
Returns the metric policy for the specified container.
|
default ListContainersResponse |
MediaStoreClient.listContainers()
Lists the properties of all containers in AWS Elemental MediaStore.
|
default ListContainersResponse |
MediaStoreClient.listContainers(Consumer<ListContainersRequest.Builder> listContainersRequest)
Lists the properties of all containers in AWS Elemental MediaStore.
|
default ListContainersResponse |
MediaStoreClient.listContainers(ListContainersRequest listContainersRequest)
Lists the properties of all containers in AWS Elemental MediaStore.
|
default ListContainersIterable |
MediaStoreClient.listContainersPaginator()
Lists the properties of all containers in AWS Elemental MediaStore.
|
default ListContainersIterable |
MediaStoreClient.listContainersPaginator(Consumer<ListContainersRequest.Builder> listContainersRequest)
Lists the properties of all containers in AWS Elemental MediaStore.
|
default ListContainersIterable |
MediaStoreClient.listContainersPaginator(ListContainersRequest listContainersRequest)
Lists the properties of all containers in AWS Elemental MediaStore.
|
default ListTagsForResourceResponse |
MediaStoreClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags assigned to the specified container.
|
default ListTagsForResourceResponse |
MediaStoreClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags assigned to the specified container.
|
default PutContainerPolicyResponse |
MediaStoreClient.putContainerPolicy(Consumer<PutContainerPolicyRequest.Builder> putContainerPolicyRequest)
Creates an access policy for the specified container to restrict the users and clients that can access it.
|
default PutContainerPolicyResponse |
MediaStoreClient.putContainerPolicy(PutContainerPolicyRequest putContainerPolicyRequest)
Creates an access policy for the specified container to restrict the users and clients that can access it.
|
default PutCorsPolicyResponse |
MediaStoreClient.putCorsPolicy(Consumer<PutCorsPolicyRequest.Builder> putCorsPolicyRequest)
Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service
cross-origin requests.
|
default PutCorsPolicyResponse |
MediaStoreClient.putCorsPolicy(PutCorsPolicyRequest putCorsPolicyRequest)
Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service
cross-origin requests.
|
default PutLifecyclePolicyResponse |
MediaStoreClient.putLifecyclePolicy(Consumer<PutLifecyclePolicyRequest.Builder> putLifecyclePolicyRequest)
Writes an object lifecycle policy to a container.
|
default PutLifecyclePolicyResponse |
MediaStoreClient.putLifecyclePolicy(PutLifecyclePolicyRequest putLifecyclePolicyRequest)
Writes an object lifecycle policy to a container.
|
default PutMetricPolicyResponse |
MediaStoreClient.putMetricPolicy(Consumer<PutMetricPolicyRequest.Builder> putMetricPolicyRequest)
The metric policy that you want to add to the container.
|
default PutMetricPolicyResponse |
MediaStoreClient.putMetricPolicy(PutMetricPolicyRequest putMetricPolicyRequest)
The metric policy that you want to add to the container.
|
default StartAccessLoggingResponse |
MediaStoreClient.startAccessLogging(Consumer<StartAccessLoggingRequest.Builder> startAccessLoggingRequest)
Starts access logging on the specified container.
|
default StartAccessLoggingResponse |
MediaStoreClient.startAccessLogging(StartAccessLoggingRequest startAccessLoggingRequest)
Starts access logging on the specified container.
|
default StopAccessLoggingResponse |
MediaStoreClient.stopAccessLogging(Consumer<StopAccessLoggingRequest.Builder> stopAccessLoggingRequest)
Stops access logging on the specified container.
|
default StopAccessLoggingResponse |
MediaStoreClient.stopAccessLogging(StopAccessLoggingRequest stopAccessLoggingRequest)
Stops access logging on the specified container.
|
default TagResourceResponse |
MediaStoreClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds tags to the specified AWS Elemental MediaStore container.
|
default TagResourceResponse |
MediaStoreClient.tagResource(TagResourceRequest tagResourceRequest)
Adds tags to the specified AWS Elemental MediaStore container.
|
default UntagResourceResponse |
MediaStoreClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from the specified container.
|
default UntagResourceResponse |
MediaStoreClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the specified container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerInUseException
The container that you specified in the request already exists or is being updated.
|
class |
ContainerNotFoundException
The container that you specified in the request does not exist.
|
class |
CorsPolicyNotFoundException
The CORS policy that you specified in the request does not exist.
|
class |
InternalServerErrorException
The service is temporarily unavailable.
|
class |
LimitExceededException
A service limit has been exceeded.
|
class |
PolicyNotFoundException
The policy that you specified in the request does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
MediaStoreException |
MediaStoreException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(MediaStoreException ex) |
Copyright © 2023. All rights reserved.