| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationObjectStorageResult |
AWSDataSyncClient.describeLocationObjectStorage(DescribeLocationObjectStorageRequest request)
Returns metadata about your DataSync location for an object storage system.
|
DescribeLocationObjectStorageResult |
AWSDataSync.describeLocationObjectStorage(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest)
Returns metadata about your DataSync location for an object storage system.
|
DescribeLocationObjectStorageResult |
AbstractAWSDataSync.describeLocationObjectStorage(DescribeLocationObjectStorageRequest request) |
| 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 securely connect with your location.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withAgentArns(String... agentArns)
The ARNs of the DataSync agents that can securely connect with your location.
|
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 URL of the object storage system location.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withServerCertificate(ByteBuffer serverCertificate)
The self-signed certificate that DataSync uses to securely authenticate with your object storage system.
|
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 © 2023. All rights reserved.