Uses of Class
software.amazon.awssdk.services.datasync.model.DeleteLocationRequest
-
Packages that use DeleteLocationRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of DeleteLocationRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type DeleteLocationRequest Modifier and Type Method Description default CompletableFuture<DeleteLocationResponse>DataSyncAsyncClient. deleteLocation(DeleteLocationRequest deleteLocationRequest)Deletes the configuration of a location used by DataSync.default DeleteLocationResponseDataSyncClient. deleteLocation(DeleteLocationRequest deleteLocationRequest)Deletes the configuration of a location used by DataSync. -
Uses of DeleteLocationRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type DeleteLocationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteLocationRequestMarshaller. marshall(DeleteLocationRequest deleteLocationRequest)
-