| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationObjectStorageResult> |
AWSDataSyncAsync.createLocationObjectStorageAsync(CreateLocationObjectStorageRequest createLocationObjectStorageRequest,
AsyncHandler<CreateLocationObjectStorageRequest,CreateLocationObjectStorageResult> asyncHandler)
Creates an endpoint for a self-managed object storage bucket.
|
Future<CreateLocationObjectStorageResult> |
AbstractAWSDataSyncAsync.createLocationObjectStorageAsync(CreateLocationObjectStorageRequest request,
AsyncHandler<CreateLocationObjectStorageRequest,CreateLocationObjectStorageResult> asyncHandler) |
Future<CreateLocationObjectStorageResult> |
AWSDataSyncAsyncClient.createLocationObjectStorageAsync(CreateLocationObjectStorageRequest request,
AsyncHandler<CreateLocationObjectStorageRequest,CreateLocationObjectStorageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.clone() |
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withAccessKey(String accessKey)
Optional.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withAgentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withAgentArns(String... agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withBucketName(String bucketName)
The bucket on the self-managed object storage server that is used to read data from.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withSecretKey(String secretKey)
Optional.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withServerHostname(String serverHostname)
The name of the self-managed object storage server.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withServerPort(Integer serverPort)
The port that your self-managed object storage server accepts inbound network traffic on.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withServerProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that the object storage server uses to communicate.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withServerProtocol(String serverProtocol)
The protocol that the object storage server uses to communicate.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withSubdirectory(String subdirectory)
The subdirectory in the self-managed object storage server that is used to read data from.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationObjectStorageRequest |
CreateLocationObjectStorageRequest.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
Copyright © 2021. All rights reserved.