Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcEncryptionControlExclusion.Builder
-
Packages that use VpcEncryptionControlExclusion.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcEncryptionControlExclusion.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEncryptionControlExclusion.Builder Modifier and Type Method Description static VpcEncryptionControlExclusion.BuilderVpcEncryptionControlExclusion. builder()VpcEncryptionControlExclusion.BuilderVpcEncryptionControlExclusion.Builder. state(String state)Sets the value of the State property for this object.VpcEncryptionControlExclusion.BuilderVpcEncryptionControlExclusion.Builder. state(VpcEncryptionControlExclusionState state)Sets the value of the State property for this object.VpcEncryptionControlExclusion.BuilderVpcEncryptionControlExclusion.Builder. stateMessage(String stateMessage)Sets the value of the StateMessage property for this object.VpcEncryptionControlExclusion.BuilderVpcEncryptionControlExclusion. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEncryptionControlExclusion.Builder Modifier and Type Method Description static Class<? extends VpcEncryptionControlExclusion.Builder>VpcEncryptionControlExclusion. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcEncryptionControlExclusion.Builder Modifier and Type Method Description default VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. egressOnlyInternetGateway(Consumer<VpcEncryptionControlExclusion.Builder> egressOnlyInternetGateway)Sets the value of the EgressOnlyInternetGateway property for this object.default VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. internetGateway(Consumer<VpcEncryptionControlExclusion.Builder> internetGateway)Sets the value of the InternetGateway property for this object.default VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. natGateway(Consumer<VpcEncryptionControlExclusion.Builder> natGateway)Sets the value of the NatGateway property for this object.default VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. virtualPrivateGateway(Consumer<VpcEncryptionControlExclusion.Builder> virtualPrivateGateway)Sets the value of the VirtualPrivateGateway property for this object.default VpcEncryptionControlExclusions.BuilderVpcEncryptionControlExclusions.Builder. vpcPeering(Consumer<VpcEncryptionControlExclusion.Builder> vpcPeering)Sets the value of the VpcPeering property for this object.
-