Uses of Class
software.amazon.awssdk.services.ec2.model.VpcEncryptionControlExclusion
-
Packages that use VpcEncryptionControlExclusion Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcEncryptionControlExclusion in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEncryptionControlExclusion Modifier and Type Method Description VpcEncryptionControlExclusionVpcEncryptionControlExclusions. egressOnlyInternetGateway()Returns the value of the EgressOnlyInternetGateway property for this object.VpcEncryptionControlExclusionVpcEncryptionControlExclusions. elasticFileSystem()Returns the value of the ElasticFileSystem property for this object.VpcEncryptionControlExclusionVpcEncryptionControlExclusions. internetGateway()Returns the value of the InternetGateway property for this object.VpcEncryptionControlExclusionVpcEncryptionControlExclusions. lambda()Returns the value of the Lambda property for this object.VpcEncryptionControlExclusionVpcEncryptionControlExclusions. natGateway()Returns the value of the NatGateway property for this object.VpcEncryptionControlExclusionVpcEncryptionControlExclusions. virtualPrivateGateway()Returns the value of the VirtualPrivateGateway property for this object.VpcEncryptionControlExclusionVpcEncryptionControlExclusions. vpcLattice()Returns the value of the VpcLattice property for this object.VpcEncryptionControlExclusionVpcEncryptionControlExclusions. vpcPeering()Returns the value of the VpcPeering property for this object.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEncryptionControlExclusion Modifier and Type Method Description VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. egressOnlyInternetGateway(VpcEncryptionControlExclusion egressOnlyInternetGateway)Sets the value of the EgressOnlyInternetGateway property for this object.VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. elasticFileSystem(VpcEncryptionControlExclusion elasticFileSystem)Sets the value of the ElasticFileSystem property for this object.VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. internetGateway(VpcEncryptionControlExclusion internetGateway)Sets the value of the InternetGateway property for this object.VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. lambda(VpcEncryptionControlExclusion lambda)Sets the value of the Lambda property for this object.VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. natGateway(VpcEncryptionControlExclusion natGateway)Sets the value of the NatGateway property for this object.VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. virtualPrivateGateway(VpcEncryptionControlExclusion virtualPrivateGateway)Sets the value of the VirtualPrivateGateway property for this object.VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. vpcLattice(VpcEncryptionControlExclusion vpcLattice)Sets the value of the VpcLattice property for this object.VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. vpcPeering(VpcEncryptionControlExclusion vpcPeering)Sets the value of the VpcPeering property for this object.
-