| 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 previously created location for Server Message Block (SMB) file system
access.
|
default CompletableFuture<UpdateLocationSmbResponse> |
DataSyncAsyncClient.updateLocationSmb(Consumer<UpdateLocationSmbRequest.Builder> updateLocationSmbRequest)
Updates some of the parameters of a previously created location for Server Message Block (SMB) file system
access.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.agentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.agentArns(String... agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
static UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.builder() |
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.domain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.locationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location 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)
The password of the user who can mount the share has the permissions to access files and folders in the SMB
share.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.subdirectory(String subdirectory)
The subdirectory in the SMB file system that is used to read data from the SMB source location or write data
to the SMB destination.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.toBuilder() |
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.user(String user)
The user who can mount the share has the permissions to access files and folders in the SMB share.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLocationSmbRequest.Builder> |
UpdateLocationSmbRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.