Uses of Class
software.amazon.awssdk.services.mediastore.model.GetContainerPolicyRequest
-
Packages that use GetContainerPolicyRequest 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.transform -
-
Uses of GetContainerPolicyRequest in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore with parameters of type GetContainerPolicyRequest Modifier and Type Method Description default CompletableFuture<GetContainerPolicyResponse>MediaStoreAsyncClient. getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)Retrieves the access policy for the specified container.default GetContainerPolicyResponseMediaStoreClient. getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)Retrieves the access policy for the specified container. -
Uses of GetContainerPolicyRequest in software.amazon.awssdk.services.mediastore.transform
Methods in software.amazon.awssdk.services.mediastore.transform with parameters of type GetContainerPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetContainerPolicyRequestMarshaller. marshall(GetContainerPolicyRequest getContainerPolicyRequest)
-