Uses of Class
software.amazon.awssdk.services.ec2.model.Vpc
-
Packages that use Vpc Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of Vpc in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Vpc Modifier and Type Method Description VpcCreateDefaultVpcResponse. vpc()Information about the VPC.VpcCreateVpcResponse. vpc()Information about the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Vpc Modifier and Type Method Description List<Vpc>DescribeVpcsResponse. vpcs()Information about the VPCs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Vpc Modifier and Type Method Description CreateDefaultVpcResponse.BuilderCreateDefaultVpcResponse.Builder. vpc(Vpc vpc)Information about the VPC.CreateVpcResponse.BuilderCreateVpcResponse.Builder. vpc(Vpc vpc)Information about the VPC.DescribeVpcsResponse.BuilderDescribeVpcsResponse.Builder. vpcs(Vpc... vpcs)Information about the VPCs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Vpc Modifier and Type Method Description DescribeVpcsResponse.BuilderDescribeVpcsResponse.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 Vpc Modifier and Type Method Description SdkIterable<Vpc>DescribeVpcsIterable. vpcs()Returns an iterable to iterate through the paginatedDescribeVpcsResponse.vpcs()member.SdkPublisher<Vpc>DescribeVpcsPublisher. vpcs()Returns a publisher that can be used to get a stream of data.
-