Uses of Class
software.amazon.awssdk.services.route53.model.LinkedService
-
Packages that use LinkedService Package Description software.amazon.awssdk.services.route53.model -
-
Uses of LinkedService in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return LinkedService Modifier and Type Method Description LinkedServiceHealthCheck. linkedService()If the health check was created by another service, the service that created the health check.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 LinkedService Modifier and Type Method Description HealthCheck.BuilderHealthCheck.Builder. linkedService(LinkedService linkedService)If the health check was created by another service, the service that created the health check.HostedZone.BuilderHostedZone.Builder. linkedService(LinkedService linkedService)If the hosted zone was created by another service, the service that created the hosted zone.
-