| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationObjectStorageResult |
AbstractAWSDataSync.describeLocationObjectStorage(DescribeLocationObjectStorageRequest request) |
DescribeLocationObjectStorageResult |
AWSDataSync.describeLocationObjectStorage(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest)
Provides details about how an DataSync transfer location for an object storage system is configured.
|
DescribeLocationObjectStorageResult |
AWSDataSyncClient.describeLocationObjectStorage(DescribeLocationObjectStorageRequest request)
Provides details about how an DataSync transfer location for an object storage system is configured.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.clone() |
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withAccessKey(String accessKey)
The access key (for example, a user name) required to authenticate with the object storage system.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your object storage system.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withAgentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your object storage system.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withCreationTime(Date creationTime)
The time that the location was created.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withLocationArn(String locationArn)
The ARN of the object storage system location.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withLocationUri(String locationUri)
The URI of the object storage system location.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withServerCertificate(ByteBuffer serverCertificate)
The certificate chain for DataSync to authenticate with your object storage system if the system uses a private
or self-signed certificate authority (CA).
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withServerPort(Integer serverPort)
The port that your object storage server accepts inbound network traffic on (for example, port 443).
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withServerProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that your object storage system uses to communicate.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withServerProtocol(String serverProtocol)
The protocol that your object storage system uses to communicate.
|
Copyright © 2024. All rights reserved.