Uses of Class
software.amazon.awssdk.services.ec2.model.HealthCheckPathDestinationRequestObject
Packages that use HealthCheckPathDestinationRequestObject
-
Uses of HealthCheckPathDestinationRequestObject in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HealthCheckPathDestinationRequestObjectModifier and TypeMethodDescriptionHealthCheckPathRequestObject.destinations()The destinations for the health check path.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HealthCheckPathDestinationRequestObjectModifier and TypeMethodDescriptionHealthCheckPathRequestObject.Builder.destinations(HealthCheckPathDestinationRequestObject... destinations) The destinations for the health check path.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HealthCheckPathDestinationRequestObjectModifier and TypeMethodDescriptionHealthCheckPathRequestObject.Builder.destinations(Collection<HealthCheckPathDestinationRequestObject> destinations) The destinations for the health check path.