Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationAzureBlobResponse
-
Packages that use CreateLocationAzureBlobResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of CreateLocationAzureBlobResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return CreateLocationAzureBlobResponse Modifier and Type Method Description default CreateLocationAzureBlobResponseDataSyncClient. createLocationAzureBlob(Consumer<CreateLocationAzureBlobRequest.Builder> createLocationAzureBlobRequest)Creates a transfer location for a Microsoft Azure Blob Storage container.default CreateLocationAzureBlobResponseDataSyncClient. createLocationAzureBlob(CreateLocationAzureBlobRequest createLocationAzureBlobRequest)Creates a transfer location for a Microsoft Azure Blob Storage container.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type CreateLocationAzureBlobResponse Modifier and Type Method Description default CompletableFuture<CreateLocationAzureBlobResponse>DataSyncAsyncClient. createLocationAzureBlob(Consumer<CreateLocationAzureBlobRequest.Builder> createLocationAzureBlobRequest)Creates a transfer location for a Microsoft Azure Blob Storage container.default CompletableFuture<CreateLocationAzureBlobResponse>DataSyncAsyncClient. createLocationAzureBlob(CreateLocationAzureBlobRequest createLocationAzureBlobRequest)Creates a transfer location for a Microsoft Azure Blob Storage container.
-