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