Uses of Class
software.amazon.awssdk.services.servicediscovery.model.InstanceSummary
-
Packages that use InstanceSummary Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of InstanceSummary in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type InstanceSummary Modifier and Type Method Description List<InstanceSummary>ListInstancesResponse. instances()Summary information about the instances that are associated with the specified service.Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type InstanceSummary Modifier and Type Method Description ListInstancesResponse.BuilderListInstancesResponse.Builder. instances(InstanceSummary... instances)Summary information about the instances that are associated with the specified service.Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type InstanceSummary Modifier and Type Method Description ListInstancesResponse.BuilderListInstancesResponse.Builder. instances(Collection<InstanceSummary> instances)Summary information about the instances that are associated with the specified service.
-