Uses of Interface
software.amazon.awssdk.services.ec2.model.AccountVpcEncryptionControl.Builder
Packages that use AccountVpcEncryptionControl.Builder
-
Uses of AccountVpcEncryptionControl.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AccountVpcEncryptionControl.BuilderModifier and TypeMethodDescriptionAccountVpcEncryptionControl.builder()AccountVpcEncryptionControl.Builder.exclusions(Consumer<AccountVpcEncryptionControlExclusions.Builder> exclusions) Information about the traffic exclusions for the account-level VPC Encryption Control configuration.AccountVpcEncryptionControl.Builder.exclusions(AccountVpcEncryptionControlExclusions exclusions) Information about the traffic exclusions for the account-level VPC Encryption Control configuration.AccountVpcEncryptionControl.Builder.lastUpdateTimestamp(Instant lastUpdateTimestamp) The date and time when the account-level VPC Encryption Control configuration was last updated.The entity that manages the account-level VPC Encryption Control configuration.The entity that manages the account-level VPC Encryption Control configuration.The encryption mode for the account-level VPC Encryption Control configuration.AccountVpcEncryptionControl.Builder.mode(AccountVpcEncryptionControlMode mode) The encryption mode for the account-level VPC Encryption Control configuration.The current state of the account-level VPC Encryption Control configuration.AccountVpcEncryptionControl.Builder.state(AccountVpcEncryptionControlState state) The current state of the account-level VPC Encryption Control configuration.AccountVpcEncryptionControl.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AccountVpcEncryptionControl.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AccountVpcEncryptionControl.Builder>AccountVpcEncryptionControl.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AccountVpcEncryptionControl.BuilderModifier and TypeMethodDescriptionDescribeAccountVpcEncryptionControlResponse.Builder.accountVpcEncryptionControl(Consumer<AccountVpcEncryptionControl.Builder> accountVpcEncryptionControl) Information about the account-level VPC Encryption Control configuration.ModifyAccountVpcEncryptionControlResponse.Builder.accountVpcEncryptionControl(Consumer<AccountVpcEncryptionControl.Builder> accountVpcEncryptionControl) Information about the account-level VPC Encryption Control configuration.