Uses of Interface
software.amazon.awssdk.services.datasync.model.AzureBlobSasConfiguration.Builder
-
Packages that use AzureBlobSasConfiguration.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of AzureBlobSasConfiguration.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return AzureBlobSasConfiguration.Builder Modifier and Type Method Description static AzureBlobSasConfiguration.BuilderAzureBlobSasConfiguration. builder()AzureBlobSasConfiguration.BuilderAzureBlobSasConfiguration. toBuilder()AzureBlobSasConfiguration.BuilderAzureBlobSasConfiguration.Builder. token(String token)Specifies a SAS token that provides permissions to access your Azure Blob Storage.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type AzureBlobSasConfiguration.Builder Modifier and Type Method Description static Class<? extends AzureBlobSasConfiguration.Builder>AzureBlobSasConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type AzureBlobSasConfiguration.Builder Modifier and Type Method Description default CreateLocationAzureBlobRequest.BuilderCreateLocationAzureBlobRequest.Builder. sasConfiguration(Consumer<AzureBlobSasConfiguration.Builder> sasConfiguration)Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.default UpdateLocationAzureBlobRequest.BuilderUpdateLocationAzureBlobRequest.Builder. sasConfiguration(Consumer<AzureBlobSasConfiguration.Builder> sasConfiguration)Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
-