| 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)
A location is an endpoint for an Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationS3Request |
CreateLocationS3Request.clone() |
CreateLocationS3Request |
CreateLocationS3Request.withAgentArns(Collection<String> agentArns)
If you're using DataSync on an Amazon Web Services Outpost, specify the Amazon Resource Names (ARNs) of the
DataSync agents deployed on your Outpost.
|
CreateLocationS3Request |
CreateLocationS3Request.withAgentArns(String... agentArns)
If you're using DataSync on an Amazon Web Services Outpost, specify the Amazon Resource Names (ARNs) of the
DataSync agents deployed on your Outpost.
|
CreateLocationS3Request |
CreateLocationS3Request.withS3BucketArn(String s3BucketArn)
The ARN of the Amazon S3 bucket.
|
CreateLocationS3Request |
CreateLocationS3Request.withS3Config(S3Config s3Config) |
CreateLocationS3Request |
CreateLocationS3Request.withS3StorageClass(S3StorageClass s3StorageClass)
The Amazon S3 storage class that you want to store your files in when this location is used as a task
destination.
|
CreateLocationS3Request |
CreateLocationS3Request.withS3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you want to store your files in when this location is used as a task
destination.
|
CreateLocationS3Request |
CreateLocationS3Request.withSubdirectory(String subdirectory)
A subdirectory in the Amazon S3 bucket.
|
CreateLocationS3Request |
CreateLocationS3Request.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationS3Request |
CreateLocationS3Request.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
Copyright © 2024. All rights reserved.