Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpcPeeringConnectionRequest.Builder
Packages that use CreateVpcPeeringConnectionRequest.Builder
Package
Description
-
Uses of CreateVpcPeeringConnectionRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVpcPeeringConnectionRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest) Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection.Ec2Client.createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest) Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. -
Uses of CreateVpcPeeringConnectionRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpcPeeringConnectionRequest.BuilderModifier and TypeMethodDescriptionCreateVpcPeeringConnectionRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateVpcPeeringConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpcPeeringConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateVpcPeeringConnectionRequest.Builder.peerOwnerId(String peerOwnerId) The Amazon Web Services account ID of the owner of the accepter VPC.CreateVpcPeeringConnectionRequest.Builder.peerRegion(String peerRegion) The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.The ID of the VPC with which you are creating the VPC peering connection.CreateVpcPeeringConnectionRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the peering connection.CreateVpcPeeringConnectionRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the peering connection.CreateVpcPeeringConnectionRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the peering connection.CreateVpcPeeringConnectionRequest.toBuilder()The ID of the requester VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpcPeeringConnectionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpcPeeringConnectionRequest.Builder>CreateVpcPeeringConnectionRequest.serializableBuilderClass()