Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcCidrBlockState.Builder
-
Packages that use VpcCidrBlockState.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcCidrBlockState.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcCidrBlockState.Builder Modifier and Type Method Description static VpcCidrBlockState.BuilderVpcCidrBlockState. builder()VpcCidrBlockState.BuilderVpcCidrBlockState.Builder. state(String state)The state of the CIDR block.VpcCidrBlockState.BuilderVpcCidrBlockState.Builder. state(VpcCidrBlockStateCode state)The state of the CIDR block.VpcCidrBlockState.BuilderVpcCidrBlockState.Builder. statusMessage(String statusMessage)A message about the status of the CIDR block, if applicable.VpcCidrBlockState.BuilderVpcCidrBlockState. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcCidrBlockState.Builder Modifier and Type Method Description static Class<? extends VpcCidrBlockState.Builder>VpcCidrBlockState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcCidrBlockState.Builder Modifier and Type Method Description default VpcCidrBlockAssociation.BuilderVpcCidrBlockAssociation.Builder. cidrBlockState(Consumer<VpcCidrBlockState.Builder> cidrBlockState)Information about the state of the CIDR block.default VpcIpv6CidrBlockAssociation.BuilderVpcIpv6CidrBlockAssociation.Builder. ipv6CidrBlockState(Consumer<VpcCidrBlockState.Builder> ipv6CidrBlockState)Information about the state of the CIDR block.
-