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