Uses of Interface
software.amazon.awssdk.services.ec2.model.EncryptionSupport.Builder
-
Packages that use EncryptionSupport.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of EncryptionSupport.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EncryptionSupport.Builder Modifier and Type Method Description static EncryptionSupport.BuilderEncryptionSupport. builder()EncryptionSupport.BuilderEncryptionSupport.Builder. encryptionState(String encryptionState)The current encryption state of the resource.EncryptionSupport.BuilderEncryptionSupport.Builder. encryptionState(EncryptionStateValue encryptionState)The current encryption state of the resource.EncryptionSupport.BuilderEncryptionSupport.Builder. stateMessage(String stateMessage)A message describing the encryption state.EncryptionSupport.BuilderEncryptionSupport. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EncryptionSupport.Builder Modifier and Type Method Description static Class<? extends EncryptionSupport.Builder>EncryptionSupport. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EncryptionSupport.Builder Modifier and Type Method Description default TransitGatewayOptions.BuilderTransitGatewayOptions.Builder. encryptionSupport(Consumer<EncryptionSupport.Builder> encryptionSupport)Defines if the Transit Gateway supports VPC Encryption Control.
-