| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static ListInstancesResponse.Builder |
ListInstancesResponse.builder() |
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(Collection<InstanceSummary> instances)
Summary information about the instances that are associated with the specified service.
|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(Consumer<InstanceSummary.Builder>... instances)
Summary information about the instances that are associated with the specified service.
|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(InstanceSummary... instances)
Summary information about the instances that are associated with the specified service.
|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.nextToken(String nextToken)
If more than
MaxResults instances match the specified criteria, you can submit another
ListInstances request to get the next group of results. |
ListInstancesResponse.Builder |
ListInstancesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInstancesResponse.Builder> |
ListInstancesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.