Uses of Class
software.amazon.awssdk.services.s3control.model.GetDataAccessResponse
-
Packages that use GetDataAccessResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of GetDataAccessResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return GetDataAccessResponse Modifier and Type Method Description default GetDataAccessResponseS3ControlClient. getDataAccess(Consumer<GetDataAccessRequest.Builder> getDataAccessRequest)Returns a temporary access credential from S3 Access Grants to the grantee or client application.default GetDataAccessResponseS3ControlClient. getDataAccess(GetDataAccessRequest getDataAccessRequest)Returns a temporary access credential from S3 Access Grants to the grantee or client application.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type GetDataAccessResponse Modifier and Type Method Description default CompletableFuture<GetDataAccessResponse>S3ControlAsyncClient. getDataAccess(Consumer<GetDataAccessRequest.Builder> getDataAccessRequest)Returns a temporary access credential from S3 Access Grants to the grantee or client application.default CompletableFuture<GetDataAccessResponse>S3ControlAsyncClient. getDataAccess(GetDataAccessRequest getDataAccessRequest)Returns a temporary access credential from S3 Access Grants to the grantee or client application.
-