Uses of Interface
software.amazon.awssdk.services.ec2.model.AcceptVpcPeeringConnectionResponse.Builder
-
Packages that use AcceptVpcPeeringConnectionResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AcceptVpcPeeringConnectionResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AcceptVpcPeeringConnectionResponse.Builder Modifier and Type Method Description static AcceptVpcPeeringConnectionResponse.BuilderAcceptVpcPeeringConnectionResponse. builder()AcceptVpcPeeringConnectionResponse.BuilderAcceptVpcPeeringConnectionResponse. toBuilder()default AcceptVpcPeeringConnectionResponse.BuilderAcceptVpcPeeringConnectionResponse.Builder. vpcPeeringConnection(Consumer<VpcPeeringConnection.Builder> vpcPeeringConnection)Information about the VPC peering connection.AcceptVpcPeeringConnectionResponse.BuilderAcceptVpcPeeringConnectionResponse.Builder. vpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)Information about the VPC peering connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AcceptVpcPeeringConnectionResponse.Builder Modifier and Type Method Description static Class<? extends AcceptVpcPeeringConnectionResponse.Builder>AcceptVpcPeeringConnectionResponse. serializableBuilderClass()
-