Uses of Enum
software.amazon.awssdk.services.route53.model.HostedZoneType
Packages that use HostedZoneType
-
Uses of HostedZoneType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneTypeModifier and TypeMethodDescriptionstatic HostedZoneTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HostedZoneTypeListHostedZonesRequest.hostedZoneType()(Optional) Specifies if the hosted zone is private.static HostedZoneTypeReturns 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 HostedZoneTypeMethods in software.amazon.awssdk.services.route53.model with parameters of type HostedZoneTypeModifier and TypeMethodDescriptionListHostedZonesRequest.Builder.hostedZoneType(HostedZoneType hostedZoneType) (Optional) Specifies if the hosted zone is private.