| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLocationObjectStorageResult> |
AbstractAWSDataSyncAsync.updateLocationObjectStorageAsync(UpdateLocationObjectStorageRequest request,
AsyncHandler<UpdateLocationObjectStorageRequest,UpdateLocationObjectStorageResult> asyncHandler) |
Future<UpdateLocationObjectStorageResult> |
AWSDataSyncAsync.updateLocationObjectStorageAsync(UpdateLocationObjectStorageRequest updateLocationObjectStorageRequest,
AsyncHandler<UpdateLocationObjectStorageRequest,UpdateLocationObjectStorageResult> asyncHandler)
Updates some parameters of an existing DataSync location for an object storage system.
|
Future<UpdateLocationObjectStorageResult> |
AWSDataSyncAsyncClient.updateLocationObjectStorageAsync(UpdateLocationObjectStorageRequest request,
AsyncHandler<UpdateLocationObjectStorageRequest,UpdateLocationObjectStorageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.clone() |
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withAccessKey(String accessKey)
Specifies the access key (for example, a user name) if credentials are required to authenticate with the object
storage server.
|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withAgentArns(Collection<String> agentArns)
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.
|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withAgentArns(String... agentArns)
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.
|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withLocationArn(String locationArn)
Specifies the ARN of the object storage system location that you're updating.
|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withSecretKey(String secretKey)
Specifies the secret key (for example, a password) if credentials are required to authenticate with the object
storage server.
|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withServerCertificate(ByteBuffer serverCertificate)
Specifies a certificate chain for DataSync to authenticate with your object storage system if the system uses a
private or self-signed certificate authority (CA).
|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withServerPort(Integer serverPort)
Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).
|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withServerProtocol(ObjectStorageServerProtocol serverProtocol)
Specifies the protocol that your object storage server uses to communicate.
|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withServerProtocol(String serverProtocol)
Specifies the protocol that your object storage server uses to communicate.
|
UpdateLocationObjectStorageRequest |
UpdateLocationObjectStorageRequest.withSubdirectory(String subdirectory)
Specifies the object prefix for your object storage server.
|
Copyright © 2024. All rights reserved.