| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model | |
| software.amazon.awssdk.services.drs.paginators |
| Modifier and Type | Method and Description |
|---|---|
SourceServer |
CreateExtendedSourceServerResponse.sourceServer()
Created extended source server.
|
SourceServer |
StartReplicationResponse.sourceServer()
The Source Server that this action was targeted on.
|
SourceServer |
StopReplicationResponse.sourceServer()
The Source Server that this action was targeted on.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceServer> |
DescribeSourceServersResponse.items()
An array of Source Servers.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSourceServersResponse.Builder |
DescribeSourceServersResponse.Builder.items(SourceServer... items)
An array of Source Servers.
|
CreateExtendedSourceServerResponse.Builder |
CreateExtendedSourceServerResponse.Builder.sourceServer(SourceServer sourceServer)
Created extended source server.
|
StartReplicationResponse.Builder |
StartReplicationResponse.Builder.sourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
StopReplicationResponse.Builder |
StopReplicationResponse.Builder.sourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSourceServersResponse.Builder |
DescribeSourceServersResponse.Builder.items(Collection<SourceServer> items)
An array of Source Servers.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SourceServer> |
DescribeSourceServersIterable.items()
Returns an iterable to iterate through the paginated
DescribeSourceServersResponse.items() member. |
SdkPublisher<SourceServer> |
DescribeSourceServersPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.