Uses of Class
software.amazon.awssdk.services.s3control.model.CreateAccessGrantsLocationResponse
-
Packages that use CreateAccessGrantsLocationResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of CreateAccessGrantsLocationResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return CreateAccessGrantsLocationResponse Modifier and Type Method Description default CreateAccessGrantsLocationResponseS3ControlClient. createAccessGrantsLocation(Consumer<CreateAccessGrantsLocationRequest.Builder> createAccessGrantsLocationRequest)The S3 data location that you would like to register in your S3 Access Grants instance.default CreateAccessGrantsLocationResponseS3ControlClient. createAccessGrantsLocation(CreateAccessGrantsLocationRequest createAccessGrantsLocationRequest)The S3 data location that you would like to register in your S3 Access Grants instance.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type CreateAccessGrantsLocationResponse Modifier and Type Method Description default CompletableFuture<CreateAccessGrantsLocationResponse>S3ControlAsyncClient. createAccessGrantsLocation(Consumer<CreateAccessGrantsLocationRequest.Builder> createAccessGrantsLocationRequest)The S3 data location that you would like to register in your S3 Access Grants instance.default CompletableFuture<CreateAccessGrantsLocationResponse>S3ControlAsyncClient. createAccessGrantsLocation(CreateAccessGrantsLocationRequest createAccessGrantsLocationRequest)The S3 data location that you would like to register in your S3 Access Grants instance.
-