Uses of Class
software.amazon.awssdk.services.route53.model.GetTrafficPolicyInstanceCountResponse
Packages that use GetTrafficPolicyInstanceCountResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetTrafficPolicyInstanceCountResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetTrafficPolicyInstanceCountResponseModifier and TypeMethodDescriptionRoute53Client.getTrafficPolicyInstanceCount()Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.Route53Client.getTrafficPolicyInstanceCount(Consumer<GetTrafficPolicyInstanceCountRequest.Builder> getTrafficPolicyInstanceCountRequest) Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.Route53Client.getTrafficPolicyInstanceCount(GetTrafficPolicyInstanceCountRequest getTrafficPolicyInstanceCountRequest) Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetTrafficPolicyInstanceCountResponseModifier and TypeMethodDescriptionRoute53AsyncClient.getTrafficPolicyInstanceCount()Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.Route53AsyncClient.getTrafficPolicyInstanceCount(Consumer<GetTrafficPolicyInstanceCountRequest.Builder> getTrafficPolicyInstanceCountRequest) Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.Route53AsyncClient.getTrafficPolicyInstanceCount(GetTrafficPolicyInstanceCountRequest getTrafficPolicyInstanceCountRequest) Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.