Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcPeeringConnectionStateReason.Builder
Packages that use VpcPeeringConnectionStateReason.Builder
-
Uses of VpcPeeringConnectionStateReason.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnectionStateReason.BuilderModifier and TypeMethodDescriptionVpcPeeringConnectionStateReason.builder()The status of the VPC peering connection.VpcPeeringConnectionStateReason.Builder.code(VpcPeeringConnectionStateReasonCode code) The status of the VPC peering connection.A message that provides more information about the status, if applicable.VpcPeeringConnectionStateReason.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcPeeringConnectionStateReason.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcPeeringConnectionStateReason.Builder>VpcPeeringConnectionStateReason.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcPeeringConnectionStateReason.BuilderModifier and TypeMethodDescriptiondefault VpcPeeringConnection.BuilderVpcPeeringConnection.Builder.status(Consumer<VpcPeeringConnectionStateReason.Builder> status) The status of the VPC peering connection.