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() |
|
default ListContainersIterable |
MediaStoreClient.listContainersPaginator(Consumer<ListContainersRequest.Builder> listContainersRequest) |
|
default ListContainersIterable |
MediaStoreClient.listContainersPaginator(ListContainersRequest listContainersRequest) |
|
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.
|