Uses of Enum
com.amazonaws.services.ec2.model.VpcPeeringConnectionStateReasonCode
Packages that use VpcPeeringConnectionStateReasonCode
-
Uses of VpcPeeringConnectionStateReasonCode in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcPeeringConnectionStateReasonCodeModifier and TypeMethodDescriptionUse this in place of valueOf.Returns the enum constant of this type with the specified name.static VpcPeeringConnectionStateReasonCode[]VpcPeeringConnectionStateReasonCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type VpcPeeringConnectionStateReasonCodeModifier and TypeMethodDescriptionvoidVpcPeeringConnectionStateReason.setCode(VpcPeeringConnectionStateReasonCode code) The status of the VPC peering connection.VpcPeeringConnectionStateReason.withCode(VpcPeeringConnectionStateReasonCode code) The status of the VPC peering connection.