Uses of Class
software.amazon.awssdk.services.s3control.model.GetAccessPointPolicyResponse
-
Packages that use GetAccessPointPolicyResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of GetAccessPointPolicyResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return GetAccessPointPolicyResponse Modifier and Type Method Description default GetAccessPointPolicyResponseS3ControlClient. getAccessPointPolicy(Consumer<GetAccessPointPolicyRequest.Builder> getAccessPointPolicyRequest)Returns the access point policy associated with the specified access point.default GetAccessPointPolicyResponseS3ControlClient. getAccessPointPolicy(GetAccessPointPolicyRequest getAccessPointPolicyRequest)Returns the access point policy associated with the specified access point.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type GetAccessPointPolicyResponse Modifier and Type Method Description default CompletableFuture<GetAccessPointPolicyResponse>S3ControlAsyncClient. getAccessPointPolicy(Consumer<GetAccessPointPolicyRequest.Builder> getAccessPointPolicyRequest)Returns the access point policy associated with the specified access point.default CompletableFuture<GetAccessPointPolicyResponse>S3ControlAsyncClient. getAccessPointPolicy(GetAccessPointPolicyRequest getAccessPointPolicyRequest)Returns the access point policy associated with the specified access point.
-