Uses of Class
software.amazon.awssdk.services.s3control.model.GetAccessPointResponse
-
Packages that use GetAccessPointResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of GetAccessPointResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return GetAccessPointResponse Modifier and Type Method Description default GetAccessPointResponseS3ControlClient. getAccessPoint(Consumer<GetAccessPointRequest.Builder> getAccessPointRequest)Returns configuration information about the specified access point.default GetAccessPointResponseS3ControlClient. getAccessPoint(GetAccessPointRequest getAccessPointRequest)Returns configuration information about the specified access point.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type GetAccessPointResponse Modifier and Type Method Description default CompletableFuture<GetAccessPointResponse>S3ControlAsyncClient. getAccessPoint(Consumer<GetAccessPointRequest.Builder> getAccessPointRequest)Returns configuration information about the specified access point.default CompletableFuture<GetAccessPointResponse>S3ControlAsyncClient. getAccessPoint(GetAccessPointRequest getAccessPointRequest)Returns configuration information about the specified access point.
-