| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationS3Result> |
AbstractAWSDataSyncAsync.createLocationS3Async(CreateLocationS3Request request,
AsyncHandler<CreateLocationS3Request,CreateLocationS3Result> asyncHandler) |
Future<CreateLocationS3Result> |
AWSDataSyncAsyncClient.createLocationS3Async(CreateLocationS3Request request,
AsyncHandler<CreateLocationS3Request,CreateLocationS3Result> asyncHandler) |
Future<CreateLocationS3Result> |
AWSDataSyncAsync.createLocationS3Async(CreateLocationS3Request createLocationS3Request,
AsyncHandler<CreateLocationS3Request,CreateLocationS3Result> asyncHandler)
Creates a transfer location for an Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationS3Request |
CreateLocationS3Request.clone() |
CreateLocationS3Request |
CreateLocationS3Request.withAgentArns(Collection<String> agentArns)
(Amazon S3 on Outposts only) Specifies the Amazon Resource Name (ARN) of the DataSync agent on your Outpost.
|
CreateLocationS3Request |
CreateLocationS3Request.withAgentArns(String... agentArns)
(Amazon S3 on Outposts only) Specifies the Amazon Resource Name (ARN) of the DataSync agent on your Outpost.
|
CreateLocationS3Request |
CreateLocationS3Request.withS3BucketArn(String s3BucketArn)
Specifies the ARN of the S3 bucket that you want to use as a location.
|
CreateLocationS3Request |
CreateLocationS3Request.withS3Config(S3Config s3Config) |
CreateLocationS3Request |
CreateLocationS3Request.withS3StorageClass(S3StorageClass s3StorageClass)
Specifies the storage class that you want your objects to use when Amazon S3 is a transfer destination.
|
CreateLocationS3Request |
CreateLocationS3Request.withS3StorageClass(String s3StorageClass)
Specifies the storage class that you want your objects to use when Amazon S3 is a transfer destination.
|
CreateLocationS3Request |
CreateLocationS3Request.withSubdirectory(String subdirectory)
Specifies a prefix in the S3 bucket that DataSync reads from or writes to (depending on whether the bucket is a
source or destination location).
|
CreateLocationS3Request |
CreateLocationS3Request.withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationS3Request |
CreateLocationS3Request.withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
Copyright © 2024. All rights reserved.