Uses of Enum
software.amazon.awssdk.services.route53.model.CidrCollectionChangeAction
Packages that use CidrCollectionChangeAction
-
Uses of CidrCollectionChangeAction in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CidrCollectionChangeActionModifier and TypeMethodDescriptionCidrCollectionChange.action()CIDR collection change action.static CidrCollectionChangeActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CidrCollectionChangeActionReturns the enum constant of this type with the specified name.static CidrCollectionChangeAction[]CidrCollectionChangeAction.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 CidrCollectionChangeActionModifier and TypeMethodDescriptionstatic Set<CidrCollectionChangeAction>CidrCollectionChangeAction.knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type CidrCollectionChangeActionModifier and TypeMethodDescriptionCidrCollectionChange.Builder.action(CidrCollectionChangeAction action) CIDR collection change action.