Uses of Class
software.amazon.awssdk.services.ec2.model.Vpc
Packages that use Vpc
Package
Description
-
Uses of Vpc in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcModifier and TypeMethodDescriptionfinal VpcCreateDefaultVpcResponse.vpc()Information about the VPC.final VpcCreateVpcResponse.vpc()Information about the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcMethods in software.amazon.awssdk.services.ec2.model with parameters of type VpcModifier and TypeMethodDescriptionInformation about the VPC.Information about the VPC.Information about the VPCs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcModifier and TypeMethodDescriptionDescribeVpcsResponse.Builder.vpcs(Collection<Vpc> vpcs) Information about the VPCs. -
Uses of Vpc in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type VpcModifier and TypeMethodDescriptionfinal SdkIterable<Vpc>DescribeVpcsIterable.vpcs()Returns an iterable to iterate through the paginatedDescribeVpcsResponse.vpcs()member.final SdkPublisher<Vpc>DescribeVpcsPublisher.vpcs()Returns a publisher that can be used to get a stream of data.