Uses of Enum
software.amazon.awssdk.services.ec2.model.AddressAttributeName
Packages that use AddressAttributeName
-
Uses of AddressAttributeName in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AddressAttributeNameModifier and TypeMethodDescriptionfinal AddressAttributeNameDescribeAddressesAttributeRequest.attribute()The attribute of the IP address.final AddressAttributeNameResetAddressAttributeRequest.attribute()The attribute of the IP address.static AddressAttributeNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AddressAttributeNameReturns the enum constant of this type with the specified name.static AddressAttributeName[]AddressAttributeName.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 AddressAttributeNameModifier and TypeMethodDescriptionstatic Set<AddressAttributeName>AddressAttributeName.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AddressAttributeNameModifier and TypeMethodDescriptionDescribeAddressesAttributeRequest.Builder.attribute(AddressAttributeName attribute) The attribute of the IP address.ResetAddressAttributeRequest.Builder.attribute(AddressAttributeName attribute) The attribute of the IP address.