Uses of Class
software.amazon.awssdk.services.mediastore.model.PutContainerPolicyRequest
-
Packages that use PutContainerPolicyRequest 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 PutContainerPolicyRequest in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore with parameters of type PutContainerPolicyRequest Modifier and Type Method Description 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.default PutContainerPolicyResponseMediaStoreClient. putContainerPolicy(PutContainerPolicyRequest putContainerPolicyRequest)Creates an access policy for the specified container to restrict the users and clients that can access it. -
Uses of PutContainerPolicyRequest in software.amazon.awssdk.services.mediastore.transform
Methods in software.amazon.awssdk.services.mediastore.transform with parameters of type PutContainerPolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutContainerPolicyRequestMarshaller. marshall(PutContainerPolicyRequest putContainerPolicyRequest)
-