Uses of Class
software.amazon.awssdk.services.ec2.model.VpcCidrBlockState
-
Packages that use VpcCidrBlockState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcCidrBlockState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcCidrBlockState Modifier and Type Method Description VpcCidrBlockStateVpcCidrBlockAssociation. cidrBlockState()Information about the state of the CIDR block.VpcCidrBlockStateVpcIpv6CidrBlockAssociation. ipv6CidrBlockState()Information about the state of the CIDR block.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcCidrBlockState Modifier and Type Method Description VpcCidrBlockAssociation.BuilderVpcCidrBlockAssociation.Builder. cidrBlockState(VpcCidrBlockState cidrBlockState)Information about the state of the CIDR block.VpcIpv6CidrBlockAssociation.BuilderVpcIpv6CidrBlockAssociation.Builder. ipv6CidrBlockState(VpcCidrBlockState ipv6CidrBlockState)Information about the state of the CIDR block.
-