| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
AzureBlobAuthenticationType |
DescribeLocationAzureBlobResponse.authenticationType()
The authentication method DataSync uses to access your Azure Blob Storage.
|
AzureBlobAuthenticationType |
CreateLocationAzureBlobRequest.authenticationType()
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
AzureBlobAuthenticationType |
UpdateLocationAzureBlobRequest.authenticationType()
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
static AzureBlobAuthenticationType |
AzureBlobAuthenticationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AzureBlobAuthenticationType |
AzureBlobAuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzureBlobAuthenticationType[] |
AzureBlobAuthenticationType.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<AzureBlobAuthenticationType> |
AzureBlobAuthenticationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationAzureBlobResponse.Builder |
DescribeLocationAzureBlobResponse.Builder.authenticationType(AzureBlobAuthenticationType authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.authenticationType(AzureBlobAuthenticationType authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.authenticationType(AzureBlobAuthenticationType authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
Copyright © 2023. All rights reserved.