| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLocationAzureBlobResult> |
AbstractAWSDataSyncAsync.updateLocationAzureBlobAsync(UpdateLocationAzureBlobRequest request,
AsyncHandler<UpdateLocationAzureBlobRequest,UpdateLocationAzureBlobResult> asyncHandler) |
Future<UpdateLocationAzureBlobResult> |
AWSDataSyncAsync.updateLocationAzureBlobAsync(UpdateLocationAzureBlobRequest updateLocationAzureBlobRequest,
AsyncHandler<UpdateLocationAzureBlobRequest,UpdateLocationAzureBlobResult> asyncHandler)
Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with
DataSync.
|
Future<UpdateLocationAzureBlobResult> |
AWSDataSyncAsyncClient.updateLocationAzureBlobAsync(UpdateLocationAzureBlobRequest request,
AsyncHandler<UpdateLocationAzureBlobRequest,UpdateLocationAzureBlobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.clone() |
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withAccessTier(AzureAccessTier accessTier)
Specifies the access tier that you want your objects or files transferred into.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withAccessTier(String accessTier)
Specifies the access tier that you want your objects or files transferred into.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withAgentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withAgentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withAuthenticationType(AzureBlobAuthenticationType authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withAuthenticationType(String authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withBlobType(AzureBlobType blobType)
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withBlobType(String blobType)
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withLocationArn(String locationArn)
Specifies the ARN of the Azure Blob Storage transfer location that you're updating.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withSasConfiguration(AzureBlobSasConfiguration sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest |
UpdateLocationAzureBlobRequest.withSubdirectory(String subdirectory)
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,
/my/images). |
Copyright © 2024. All rights reserved.