Uses of Enum
software.amazon.awssdk.services.ec2.model.IpamInternetRegistryAssociationState
Packages that use IpamInternetRegistryAssociationState
-
Uses of IpamInternetRegistryAssociationState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamInternetRegistryAssociationStateModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.IpamInternetRegistryAssociation.state()The state of the internet registry association.Returns the enum constant of this type with the specified name.static IpamInternetRegistryAssociationState[]IpamInternetRegistryAssociationState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamInternetRegistryAssociationStateMethods in software.amazon.awssdk.services.ec2.model with parameters of type IpamInternetRegistryAssociationStateModifier and TypeMethodDescriptionIpamInternetRegistryAssociation.Builder.state(IpamInternetRegistryAssociationState state) The state of the internet registry association.