Uses of Class
software.amazon.awssdk.services.route53.model.HostedZoneType
-
Packages that use HostedZoneType Package Description software.amazon.awssdk.services.route53.model -
-
Uses of HostedZoneType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneType Modifier and Type Method Description static HostedZoneTypeHostedZoneType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HostedZoneTypeListHostedZonesRequest. hostedZoneType()(Optional) Specifies if the hosted zone is private.static HostedZoneTypeHostedZoneType. valueOf(String name)Returns the enum constant of this type with the specified name.static HostedZoneType[]HostedZoneType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZoneType Modifier and Type Method Description static Set<HostedZoneType>HostedZoneType. knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type HostedZoneType Modifier and Type Method Description ListHostedZonesRequest.BuilderListHostedZonesRequest.Builder. hostedZoneType(HostedZoneType hostedZoneType)(Optional) Specifies if the hosted zone is private.
-