Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateLocationAzureBlobResponse
-
Packages that use UpdateLocationAzureBlobResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateLocationAzureBlobResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateLocationAzureBlobResponse Modifier and Type Method Description default UpdateLocationAzureBlobResponseDataSyncClient. updateLocationAzureBlob(Consumer<UpdateLocationAzureBlobRequest.Builder> updateLocationAzureBlobRequest)Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.default UpdateLocationAzureBlobResponseDataSyncClient. updateLocationAzureBlob(UpdateLocationAzureBlobRequest updateLocationAzureBlobRequest)Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateLocationAzureBlobResponse Modifier and Type Method Description default CompletableFuture<UpdateLocationAzureBlobResponse>DataSyncAsyncClient. updateLocationAzureBlob(Consumer<UpdateLocationAzureBlobRequest.Builder> updateLocationAzureBlobRequest)Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.default CompletableFuture<UpdateLocationAzureBlobResponse>DataSyncAsyncClient. updateLocationAzureBlob(UpdateLocationAzureBlobRequest updateLocationAzureBlobRequest)Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.
-