| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLocationAzureBlobResponse> |
DataSyncAsyncClient.updateLocationAzureBlob(Consumer<UpdateLocationAzureBlobRequest.Builder> updateLocationAzureBlobRequest)
Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with
DataSync.
|
default UpdateLocationAzureBlobResponse |
DataSyncClient.updateLocationAzureBlob(Consumer<UpdateLocationAzureBlobRequest.Builder> updateLocationAzureBlobRequest)
Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with
DataSync.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.accessTier(AzureAccessTier accessTier)
Specifies the access tier that you want your objects or files transferred into.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.accessTier(String accessTier)
Specifies the access tier that you want your objects or files transferred into.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.agentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.agentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.authenticationType(AzureBlobAuthenticationType authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.authenticationType(String authenticationType)
Specifies the authentication method DataSync uses to access your 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.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.blobType(String blobType)
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
static UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.builder() |
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.locationArn(String locationArn)
Specifies the ARN of the Azure Blob Storage transfer location that you're updating.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.sasConfiguration(AzureBlobSasConfiguration sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
default UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.sasConfiguration(Consumer<AzureBlobSasConfiguration.Builder> sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.subdirectory(String subdirectory)
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for
example,
/my/images). |
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLocationAzureBlobRequest.Builder> |
UpdateLocationAzureBlobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.