Uses of Class
software.amazon.awssdk.services.mediastore.model.GetContainerPolicyResponse
-
Packages that use GetContainerPolicyResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of GetContainerPolicyResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return GetContainerPolicyResponse Modifier and Type Method Description default GetContainerPolicyResponseMediaStoreClient. getContainerPolicy(Consumer<GetContainerPolicyRequest.Builder> getContainerPolicyRequest)Retrieves the access policy for the specified container.default GetContainerPolicyResponseMediaStoreClient. getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)Retrieves the access policy for the specified container.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type GetContainerPolicyResponse Modifier and Type Method Description default CompletableFuture<GetContainerPolicyResponse>MediaStoreAsyncClient. getContainerPolicy(Consumer<GetContainerPolicyRequest.Builder> getContainerPolicyRequest)Retrieves the access policy for the specified container.default CompletableFuture<GetContainerPolicyResponse>MediaStoreAsyncClient. getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)Retrieves the access policy for the specified container.
-