Uses of Interface
software.amazon.awssdk.services.mediastore.model.GetContainerPolicyRequest.Builder
-
Packages that use GetContainerPolicyRequest.Builder 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.model -
-
Uses of GetContainerPolicyRequest.Builder in software.amazon.awssdk.services.mediastore
Method parameters in software.amazon.awssdk.services.mediastore with type arguments of type GetContainerPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetContainerPolicyResponse>MediaStoreAsyncClient. getContainerPolicy(Consumer<GetContainerPolicyRequest.Builder> getContainerPolicyRequest)Retrieves the access policy for the specified container.default GetContainerPolicyResponseMediaStoreClient. getContainerPolicy(Consumer<GetContainerPolicyRequest.Builder> getContainerPolicyRequest)Retrieves the access policy for the specified container. -
Uses of GetContainerPolicyRequest.Builder in software.amazon.awssdk.services.mediastore.model
Methods in software.amazon.awssdk.services.mediastore.model that return GetContainerPolicyRequest.Builder Modifier and Type Method Description static GetContainerPolicyRequest.BuilderGetContainerPolicyRequest. builder()GetContainerPolicyRequest.BuilderGetContainerPolicyRequest.Builder. containerName(String containerName)The name of the container.GetContainerPolicyRequest.BuilderGetContainerPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContainerPolicyRequest.BuilderGetContainerPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContainerPolicyRequest.BuilderGetContainerPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.mediastore.model that return types with arguments of type GetContainerPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetContainerPolicyRequest.Builder>GetContainerPolicyRequest. serializableBuilderClass()
-