static ListEndpointsResponse.Builder |
ListEndpointsResponse.builder() |
|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.endpoints(Collection<Endpoint> endpoints) |
The list of endpoints associated with the specified Outpost.
|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.endpoints(Consumer<Endpoint.Builder>... endpoints) |
The list of endpoints associated with the specified Outpost.
|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.endpoints(Endpoint... endpoints) |
The list of endpoints associated with the specified Outpost.
|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.nextToken(String nextToken) |
If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can
include this value in subsequent calls to this operation to retrieve more results.
|
ListEndpointsResponse.Builder |
ListEndpointsResponse.toBuilder() |
|