| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLocationSmbResponse |
DataSyncClient.updateLocationSmb(Consumer<UpdateLocationSmbRequest.Builder> updateLocationSmbRequest)
Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync
transfers.
|
default CompletableFuture<UpdateLocationSmbResponse> |
DataSyncAsyncClient.updateLocationSmb(Consumer<UpdateLocationSmbRequest.Builder> updateLocationSmbRequest)
Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync
transfers.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.agentArns(Collection<String> agentArns)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.agentArns(String... agentArns)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server.
|
static UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.builder() |
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.domain(String domain)
Specifies the Windows domain name that your SMB file server belongs to.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.locationArn(String locationArn)
Specifies the ARN of the SMB location that you want to update.
|
default UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)
Sets the value of the MountOptions property for this object.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.mountOptions(SmbMountOptions mountOptions)
Sets the value of the MountOptions property for this object.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.password(String password)
Specifies the password of the user who can mount your SMB file server and has permission to access the files
and folders involved in your transfer.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.subdirectory(String subdirectory)
Specifies the name of the share exported by your SMB file server where DataSync will read or write data.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.toBuilder() |
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.user(String user)
Specifies the user name that can mount your SMB file server and has permission to access the files and
folders involved in your transfer.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLocationSmbRequest.Builder> |
UpdateLocationSmbRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.