Uses of Class
software.amazon.awssdk.services.servicediscovery.model.GetInstancesHealthStatusRequest
-
Packages that use GetInstancesHealthStatusRequest Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators software.amazon.awssdk.services.servicediscovery.transform -
-
Uses of GetInstancesHealthStatusRequest in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery with parameters of type GetInstancesHealthStatusRequest Modifier and Type Method Description default CompletableFuture<GetInstancesHealthStatusResponse>ServiceDiscoveryAsyncClient. getInstancesHealthStatus(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)Gets the current health status (Healthy,Unhealthy, orUnknown) of one or more instances that are associated with a specified service.default GetInstancesHealthStatusResponseServiceDiscoveryClient. getInstancesHealthStatus(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)Gets the current health status (Healthy,Unhealthy, orUnknown) of one or more instances that are associated with a specified service.default GetInstancesHealthStatusPublisherServiceDiscoveryAsyncClient. getInstancesHealthStatusPaginator(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)default GetInstancesHealthStatusIterableServiceDiscoveryClient. getInstancesHealthStatusPaginator(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest) -
Uses of GetInstancesHealthStatusRequest in software.amazon.awssdk.services.servicediscovery.paginators
Constructors in software.amazon.awssdk.services.servicediscovery.paginators with parameters of type GetInstancesHealthStatusRequest Constructor Description GetInstancesHealthStatusIterable(ServiceDiscoveryClient client, GetInstancesHealthStatusRequest firstRequest)GetInstancesHealthStatusPublisher(ServiceDiscoveryAsyncClient client, GetInstancesHealthStatusRequest firstRequest) -
Uses of GetInstancesHealthStatusRequest in software.amazon.awssdk.services.servicediscovery.transform
Methods in software.amazon.awssdk.services.servicediscovery.transform with parameters of type GetInstancesHealthStatusRequest Modifier and Type Method Description SdkHttpFullRequestGetInstancesHealthStatusRequestMarshaller. marshall(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)
-