| 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> |
AbstractAWSDataSyncAsync.createLocationObjectStorageAsync(CreateLocationObjectStorageRequest request,
AsyncHandler<CreateLocationObjectStorageRequest,CreateLocationObjectStorageResult> asyncHandler) |
Future<CreateLocationObjectStorageResult> |
AWSDataSyncAsync.createLocationObjectStorageAsync(CreateLocationObjectStorageRequest createLocationObjectStorageRequest,
AsyncHandler<CreateLocationObjectStorageRequest,CreateLocationObjectStorageResult> asyncHandler)
Creates a transfer location for an object storage system.
|
| 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 certificate chain for DataSync to authenticate with your object storage system if the system uses a
private or self-signed certificate authority (CA).
|
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 © 2024. All rights reserved.