| 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 a self-managed object storage server location.
|
DescribeLocationObjectStorageResult |
AbstractAWSDataSync.describeLocationObjectStorage(DescribeLocationObjectStorageRequest request) |
DescribeLocationObjectStorageResult |
AWSDataSync.describeLocationObjectStorage(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest)
Returns metadata about a self-managed object storage server location.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationObjectStorageResult> |
AWSDataSyncAsync.describeLocationObjectStorageAsync(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest,
AsyncHandler<DescribeLocationObjectStorageRequest,DescribeLocationObjectStorageResult> asyncHandler)
Returns metadata about a self-managed object storage server location.
|
Future<DescribeLocationObjectStorageResult> |
AbstractAWSDataSyncAsync.describeLocationObjectStorageAsync(DescribeLocationObjectStorageRequest request,
AsyncHandler<DescribeLocationObjectStorageRequest,DescribeLocationObjectStorageResult> asyncHandler) |
Future<DescribeLocationObjectStorageResult> |
AWSDataSyncAsyncClient.describeLocationObjectStorageAsync(DescribeLocationObjectStorageRequest request,
AsyncHandler<DescribeLocationObjectStorageRequest,DescribeLocationObjectStorageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.clone() |
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withAccessKey(String accessKey)
Optional.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withAgentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withAgentArns(String... agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withCreationTime(Date creationTime)
The time that the self-managed object storage server agent was created.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the self-managed object storage server location to describe.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withLocationUri(String locationUri)
The URL of the source self-managed object storage server location that was described.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withServerPort(Integer serverPort)
The port that your self-managed object storage server accepts inbound network traffic on.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withServerProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that the object storage server uses to communicate.
|
DescribeLocationObjectStorageResult |
DescribeLocationObjectStorageResult.withServerProtocol(String serverProtocol)
The protocol that the object storage server uses to communicate.
|
Copyright © 2021. All rights reserved.