Uses of Class
software.amazon.awssdk.services.datasync.model.AzureBlobSasConfiguration
-
Packages that use AzureBlobSasConfiguration Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of AzureBlobSasConfiguration in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return AzureBlobSasConfiguration Modifier and Type Method Description AzureBlobSasConfigurationCreateLocationAzureBlobRequest. sasConfiguration()Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.AzureBlobSasConfigurationUpdateLocationAzureBlobRequest. sasConfiguration()Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.Methods in software.amazon.awssdk.services.datasync.model with parameters of type AzureBlobSasConfiguration Modifier and Type Method Description CreateLocationAzureBlobRequest.BuilderCreateLocationAzureBlobRequest.Builder. sasConfiguration(AzureBlobSasConfiguration sasConfiguration)Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.UpdateLocationAzureBlobRequest.BuilderUpdateLocationAzureBlobRequest.Builder. sasConfiguration(AzureBlobSasConfiguration sasConfiguration)Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
-