Uses of Class
com.amazonaws.services.ec2.model.VpcPeeringConnectionStateReason
Packages that use VpcPeeringConnectionStateReason
-
Uses of VpcPeeringConnectionStateReason in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcPeeringConnectionStateReasonModifier and TypeMethodDescriptionVpcPeeringConnectionStateReason.clone()
VpcPeeringConnection.getStatus()
The status of the VPC peering connection.VpcPeeringConnectionStateReason.withCode
(VpcPeeringConnectionStateReasonCode code) The status of the VPC peering connection.The status of the VPC peering connection.VpcPeeringConnectionStateReason.withMessage
(String message) A message that provides more information about the status, if applicable.Methods in com.amazonaws.services.ec2.model with parameters of type VpcPeeringConnectionStateReasonModifier and TypeMethodDescriptionvoid
VpcPeeringConnection.setStatus
(VpcPeeringConnectionStateReason status) The status of the VPC peering connection.VpcPeeringConnection.withStatus
(VpcPeeringConnectionStateReason status) The status of the VPC peering connection.