Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpcResponse
Packages that use CreateVpcResponse
-
Uses of CreateVpcResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpcResponseModifier and TypeMethodDescriptiondefault CreateVpcResponseEc2Client.createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest) Creates a VPC with the specified CIDR blocks.default CreateVpcResponseEc2Client.createVpc(CreateVpcRequest createVpcRequest) Creates a VPC with the specified CIDR blocks.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateVpcResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateVpcResponse>Ec2AsyncClient.createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest) Creates a VPC with the specified CIDR blocks.default CompletableFuture<CreateVpcResponse>Ec2AsyncClient.createVpc(CreateVpcRequest createVpcRequest) Creates a VPC with the specified CIDR blocks.