Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.GetInstancesHealthStatusRequest.Builder
-
Packages that use GetInstancesHealthStatusRequest.Builder Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.model -
-
Uses of GetInstancesHealthStatusRequest.Builder in software.amazon.awssdk.services.servicediscovery
Method parameters in software.amazon.awssdk.services.servicediscovery with type arguments of type GetInstancesHealthStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<GetInstancesHealthStatusResponse>ServiceDiscoveryAsyncClient. getInstancesHealthStatus(Consumer<GetInstancesHealthStatusRequest.Builder> getInstancesHealthStatusRequest)Gets the current health status (Healthy,Unhealthy, orUnknown) of one or more instances that are associated with a specified service.default GetInstancesHealthStatusResponseServiceDiscoveryClient. getInstancesHealthStatus(Consumer<GetInstancesHealthStatusRequest.Builder> getInstancesHealthStatusRequest)Gets the current health status (Healthy,Unhealthy, orUnknown) of one or more instances that are associated with a specified service.default GetInstancesHealthStatusPublisherServiceDiscoveryAsyncClient. getInstancesHealthStatusPaginator(Consumer<GetInstancesHealthStatusRequest.Builder> getInstancesHealthStatusRequest)default GetInstancesHealthStatusIterableServiceDiscoveryClient. getInstancesHealthStatusPaginator(Consumer<GetInstancesHealthStatusRequest.Builder> getInstancesHealthStatusRequest) -
Uses of GetInstancesHealthStatusRequest.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return GetInstancesHealthStatusRequest.Builder Modifier and Type Method Description static GetInstancesHealthStatusRequest.BuilderGetInstancesHealthStatusRequest. builder()GetInstancesHealthStatusRequest.BuilderGetInstancesHealthStatusRequest.Builder. instances(String... instances)An array that contains the IDs of all the instances that you want to get the health status for.GetInstancesHealthStatusRequest.BuilderGetInstancesHealthStatusRequest.Builder. instances(Collection<String> instances)An array that contains the IDs of all the instances that you want to get the health status for.GetInstancesHealthStatusRequest.BuilderGetInstancesHealthStatusRequest.Builder. maxResults(Integer maxResults)The maximum number of instances that you want Cloud Map to return in the response to aGetInstancesHealthStatusrequest.GetInstancesHealthStatusRequest.BuilderGetInstancesHealthStatusRequest.Builder. nextToken(String nextToken)For the firstGetInstancesHealthStatusrequest, omit this value.GetInstancesHealthStatusRequest.BuilderGetInstancesHealthStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInstancesHealthStatusRequest.BuilderGetInstancesHealthStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInstancesHealthStatusRequest.BuilderGetInstancesHealthStatusRequest.Builder. serviceId(String serviceId)The ID of the service that the instance is associated with.GetInstancesHealthStatusRequest.BuilderGetInstancesHealthStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type GetInstancesHealthStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetInstancesHealthStatusRequest.Builder>GetInstancesHealthStatusRequest. serializableBuilderClass()
-