Uses of Class
software.amazon.awssdk.services.ec2.model.VpcCidrBlockState
Packages that use VpcCidrBlockState
-
Uses of VpcCidrBlockState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcCidrBlockStateModifier and TypeMethodDescriptionfinal VpcCidrBlockStateVpcCidrBlockAssociation.cidrBlockState()Information about the state of the CIDR block.final VpcCidrBlockStateVpcIpv6CidrBlockAssociation.ipv6CidrBlockState()Information about the state of the CIDR block.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcCidrBlockStateModifier and TypeMethodDescriptionVpcCidrBlockAssociation.Builder.cidrBlockState(VpcCidrBlockState cidrBlockState) Information about the state of the CIDR block.VpcIpv6CidrBlockAssociation.Builder.ipv6CidrBlockState(VpcCidrBlockState ipv6CidrBlockState) Information about the state of the CIDR block.