| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationAzureBlobResult |
AbstractAWSDataSync.describeLocationAzureBlob(DescribeLocationAzureBlobRequest request) |
DescribeLocationAzureBlobResult |
AWSDataSync.describeLocationAzureBlob(DescribeLocationAzureBlobRequest describeLocationAzureBlobRequest)
Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.
|
DescribeLocationAzureBlobResult |
AWSDataSyncClient.describeLocationAzureBlob(DescribeLocationAzureBlobRequest request)
Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationAzureBlobResult> |
AbstractAWSDataSyncAsync.describeLocationAzureBlobAsync(DescribeLocationAzureBlobRequest request,
AsyncHandler<DescribeLocationAzureBlobRequest,DescribeLocationAzureBlobResult> asyncHandler) |
Future<DescribeLocationAzureBlobResult> |
AWSDataSyncAsync.describeLocationAzureBlobAsync(DescribeLocationAzureBlobRequest describeLocationAzureBlobRequest,
AsyncHandler<DescribeLocationAzureBlobRequest,DescribeLocationAzureBlobResult> asyncHandler)
Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.
|
Future<DescribeLocationAzureBlobResult> |
AWSDataSyncAsyncClient.describeLocationAzureBlobAsync(DescribeLocationAzureBlobRequest request,
AsyncHandler<DescribeLocationAzureBlobRequest,DescribeLocationAzureBlobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.clone() |
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withAccessTier(AzureAccessTier accessTier)
The access tier that you want your objects or files transferred into.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withAccessTier(String accessTier)
The access tier that you want your objects or files transferred into.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withAgentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withAuthenticationType(AzureBlobAuthenticationType authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withAuthenticationType(String authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withBlobType(AzureBlobType blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withBlobType(String blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withCreationTime(Date creationTime)
The time that your Azure Blob Storage transfer location was created.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withLocationArn(String locationArn)
The ARN of your Azure Blob Storage transfer location.
|
DescribeLocationAzureBlobResult |
DescribeLocationAzureBlobResult.withLocationUri(String locationUri)
The URL of the Azure Blob Storage container involved in your transfer.
|
Copyright © 2024. All rights reserved.