Uses of Class
software.amazon.awssdk.services.route53.model.LinkedService
Packages that use LinkedService
-
Uses of LinkedService in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return LinkedServiceModifier and TypeMethodDescriptionfinal LinkedServiceHealthCheck.linkedService()If the health check was created by another service, the service that created the health check.final LinkedServiceHostedZone.linkedService()If the hosted zone was created by another service, the service that created the hosted zone.Methods in software.amazon.awssdk.services.route53.model with parameters of type LinkedServiceModifier and TypeMethodDescriptionHealthCheck.Builder.linkedService(LinkedService linkedService) If the health check was created by another service, the service that created the health check.HostedZone.Builder.linkedService(LinkedService linkedService) If the hosted zone was created by another service, the service that created the hosted zone.