| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
AzureBlobType |
DescribeLocationAzureBlobResponse.blobType()
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
AzureBlobType |
CreateLocationAzureBlobRequest.blobType()
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
AzureBlobType |
UpdateLocationAzureBlobRequest.blobType()
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
static AzureBlobType |
AzureBlobType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AzureBlobType |
AzureBlobType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AzureBlobType> |
AzureBlobType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationAzureBlobResponse.Builder |
DescribeLocationAzureBlobResponse.Builder.blobType(AzureBlobType blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.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.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.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.
|
Copyright © 2023. All rights reserved.