Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationS3Request
-
Packages that use CreateLocationS3Request Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of CreateLocationS3Request in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type CreateLocationS3Request Modifier and Type Method Description default CompletableFuture<CreateLocationS3Response>DataSyncAsyncClient. createLocationS3(CreateLocationS3Request createLocationS3Request)A location is an endpoint for an Amazon S3 bucket.default CreateLocationS3ResponseDataSyncClient. createLocationS3(CreateLocationS3Request createLocationS3Request)A location is an endpoint for an Amazon S3 bucket. -
Uses of CreateLocationS3Request in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type CreateLocationS3Request Modifier and Type Method Description SdkHttpFullRequestCreateLocationS3RequestMarshaller. marshall(CreateLocationS3Request createLocationS3Request)
-