| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery |
|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListServerNeighborsResult> |
AWSApplicationDiscoveryAsyncClient.listServerNeighborsAsync(ListServerNeighborsRequest request,
AsyncHandler<ListServerNeighborsRequest,ListServerNeighborsResult> asyncHandler) |
Future<ListServerNeighborsResult> |
AWSApplicationDiscoveryAsync.listServerNeighborsAsync(ListServerNeighborsRequest listServerNeighborsRequest,
AsyncHandler<ListServerNeighborsRequest,ListServerNeighborsResult> asyncHandler)
Retrieves a list of servers that are one network hop away from a specified server.
|
Future<ListServerNeighborsResult> |
AbstractAWSApplicationDiscoveryAsync.listServerNeighborsAsync(ListServerNeighborsRequest request,
AsyncHandler<ListServerNeighborsRequest,ListServerNeighborsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListServerNeighborsRequest |
ListServerNeighborsRequest.clone() |
ListServerNeighborsRequest |
ListServerNeighborsRequest.withConfigurationId(String configurationId)
Configuration ID of the server for which neighbors are being listed.
|
ListServerNeighborsRequest |
ListServerNeighborsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return in a single page of output.
|
ListServerNeighborsRequest |
ListServerNeighborsRequest.withNeighborConfigurationIds(Collection<String> neighborConfigurationIds)
List of configuration IDs to test for one-hop-away.
|
ListServerNeighborsRequest |
ListServerNeighborsRequest.withNeighborConfigurationIds(String... neighborConfigurationIds)
List of configuration IDs to test for one-hop-away.
|
ListServerNeighborsRequest |
ListServerNeighborsRequest.withNextToken(String nextToken)
Token to retrieve the next set of results.
|
ListServerNeighborsRequest |
ListServerNeighborsRequest.withPortInformationNeeded(Boolean portInformationNeeded)
Flag to indicate if port and protocol information is needed as part of the response.
|
Copyright © 2018. All rights reserved.