| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationS3Result |
AbstractAWSDataSync.describeLocationS3(DescribeLocationS3Request request) |
DescribeLocationS3Result |
AWSDataSync.describeLocationS3(DescribeLocationS3Request describeLocationS3Request)
Provides details about how an DataSync transfer location for an S3 bucket is configured.
|
DescribeLocationS3Result |
AWSDataSyncClient.describeLocationS3(DescribeLocationS3Request request)
Provides details about how an DataSync transfer location for an S3 bucket is configured.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationS3Result> |
AbstractAWSDataSyncAsync.describeLocationS3Async(DescribeLocationS3Request request,
AsyncHandler<DescribeLocationS3Request,DescribeLocationS3Result> asyncHandler) |
Future<DescribeLocationS3Result> |
AWSDataSyncAsync.describeLocationS3Async(DescribeLocationS3Request describeLocationS3Request,
AsyncHandler<DescribeLocationS3Request,DescribeLocationS3Result> asyncHandler)
Provides details about how an DataSync transfer location for an S3 bucket is configured.
|
Future<DescribeLocationS3Result> |
AWSDataSyncAsyncClient.describeLocationS3Async(DescribeLocationS3Request request,
AsyncHandler<DescribeLocationS3Request,DescribeLocationS3Result> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationS3Result |
DescribeLocationS3Result.clone() |
DescribeLocationS3Result |
DescribeLocationS3Result.withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
|
DescribeLocationS3Result |
DescribeLocationS3Result.withAgentArns(String... agentArns)
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
|
DescribeLocationS3Result |
DescribeLocationS3Result.withCreationTime(Date creationTime)
The time that the Amazon S3 location was created.
|
DescribeLocationS3Result |
DescribeLocationS3Result.withLocationArn(String locationArn)
The ARN of the Amazon S3 location.
|
DescribeLocationS3Result |
DescribeLocationS3Result.withLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
|
DescribeLocationS3Result |
DescribeLocationS3Result.withS3Config(S3Config s3Config) |
DescribeLocationS3Result |
DescribeLocationS3Result.withS3StorageClass(S3StorageClass s3StorageClass)
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
|
DescribeLocationS3Result |
DescribeLocationS3Result.withS3StorageClass(String s3StorageClass)
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
|
Copyright © 2024. All rights reserved.