| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationObjectStorageResult> |
AWSDataSyncAsyncClient.createLocationObjectStorageAsync(CreateLocationObjectStorageRequest request,
AsyncHandler<CreateLocationObjectStorageRequest,CreateLocationObjectStorageResult> asyncHandler) |
Future<CreateLocationObjectStorageResult> |
AWSDataSyncAsync.createLocationObjectStorageAsync(CreateLocationObjectStorageRequest createLocationObjectStorageRequest,
AsyncHandler<CreateLocationObjectStorageRequest,CreateLocationObjectStorageResult> asyncHandler)
Creates an endpoint for an object storage system that DataSync can access for a transfer.
|
Future<CreateLocationObjectStorageResult> |
AbstractAWSDataSyncAsync.createLocationObjectStorageAsync(CreateLocationObjectStorageRequest request,
AsyncHandler<CreateLocationObjectStorageRequest,CreateLocationObjectStorageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.clone() |
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withAccessKey(String accessKey)
Specifies the access key (for example, a user name) if credentials are required to authenticate with the object
storage server.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withAgentArns(Collection<String> agentArns)
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withAgentArns(String... agentArns)
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withBucketName(String bucketName)
Specifies the name of the object storage bucket involved in the transfer.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withSecretKey(String secretKey)
Specifies the secret key (for example, a password) if credentials are required to authenticate with the object
storage server.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withServerCertificate(ByteBuffer serverCertificate)
Specifies a file with the certificates that are used to sign the object storage server's certificate (for
example,
file:///home/user/.ssh/storage_sys_certificate.pem). |
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withServerHostname(String serverHostname)
Specifies the domain name or IP address of the object storage server.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withServerPort(Integer serverPort)
Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withServerProtocol(ObjectStorageServerProtocol serverProtocol)
Specifies the protocol that your object storage server uses to communicate.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withServerProtocol(String serverProtocol)
Specifies the protocol that your object storage server uses to communicate.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withSubdirectory(String subdirectory)
Specifies the object prefix for your object storage server.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withTags(Collection<TagListEntry> tags)
Specifies the key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withTags(TagListEntry... tags)
Specifies the key-value pair that represents a tag that you want to add to the resource.
|
Copyright © 2023. All rights reserved.