Uses of Class
software.amazon.awssdk.services.datasync.model.AzureBlobType
-
Packages that use AzureBlobType Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of AzureBlobType in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return AzureBlobType Modifier and Type Method Description AzureBlobTypeCreateLocationAzureBlobRequest. blobType()Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.AzureBlobTypeDescribeLocationAzureBlobResponse. blobType()The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.AzureBlobTypeUpdateLocationAzureBlobRequest. blobType()Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.static AzureBlobTypeAzureBlobType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AzureBlobTypeAzureBlobType. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureBlobType[]AzureBlobType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type AzureBlobType Modifier and Type Method Description static Set<AzureBlobType>AzureBlobType. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type AzureBlobType Modifier and Type Method Description CreateLocationAzureBlobRequest.BuilderCreateLocationAzureBlobRequest.Builder. blobType(AzureBlobType blobType)Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.DescribeLocationAzureBlobResponse.BuilderDescribeLocationAzureBlobResponse.Builder. blobType(AzureBlobType blobType)The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.UpdateLocationAzureBlobRequest.BuilderUpdateLocationAzureBlobRequest.Builder. blobType(AzureBlobType blobType)Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
-