| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model | |
| software.amazon.awssdk.services.sms.paginators |
| Modifier and Type | Method and Description |
|---|---|
Server |
ServerLaunchConfiguration.server()
Identifier of the server the launch configuration is associated with.
|
Server |
ServerReplicationConfiguration.server()
Identifier of the server this replication configuration is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
ServerGroup.serverList()
List of servers belonging to a server group.
|
List<Server> |
GetServersResponse.serverList()
Information about the servers.
|
| Modifier and Type | Method and Description |
|---|---|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.server(Server server)
Identifier of the server the launch configuration is associated with.
|
ServerReplicationConfiguration.Builder |
ServerReplicationConfiguration.Builder.server(Server server)
Identifier of the server this replication configuration is associated with.
|
ServerGroup.Builder |
ServerGroup.Builder.serverList(Server... serverList)
List of servers belonging to a server group.
|
GetServersResponse.Builder |
GetServersResponse.Builder.serverList(Server... serverList)
Information about the servers.
|
| Modifier and Type | Method and Description |
|---|---|
ServerGroup.Builder |
ServerGroup.Builder.serverList(Collection<Server> serverList)
List of servers belonging to a server group.
|
GetServersResponse.Builder |
GetServersResponse.Builder.serverList(Collection<Server> serverList)
Information about the servers.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Server> |
GetServersIterable.serverList()
Returns an iterable to iterate through the paginated
GetServersResponse.serverList() member. |
SdkPublisher<Server> |
GetServersPublisher.serverList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2019. All rights reserved.