Uses of Class
software.amazon.awssdk.services.mediastore.model.PutContainerPolicyResponse
-
Packages that use PutContainerPolicyResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of PutContainerPolicyResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return PutContainerPolicyResponse Modifier and Type Method Description default PutContainerPolicyResponseMediaStoreClient. putContainerPolicy(Consumer<PutContainerPolicyRequest.Builder> putContainerPolicyRequest)Creates an access policy for the specified container to restrict the users and clients that can access it.default PutContainerPolicyResponseMediaStoreClient. putContainerPolicy(PutContainerPolicyRequest putContainerPolicyRequest)Creates an access policy for the specified container to restrict the users and clients that can access it.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type PutContainerPolicyResponse Modifier and Type Method Description default CompletableFuture<PutContainerPolicyResponse>MediaStoreAsyncClient. putContainerPolicy(Consumer<PutContainerPolicyRequest.Builder> putContainerPolicyRequest)Creates an access policy for the specified container to restrict the users and clients that can access it.default CompletableFuture<PutContainerPolicyResponse>MediaStoreAsyncClient. putContainerPolicy(PutContainerPolicyRequest putContainerPolicyRequest)Creates an access policy for the specified container to restrict the users and clients that can access it.
-