Uses of Class
software.amazon.awssdk.services.ec2.model.EnclaveOptions
-
Packages that use EnclaveOptions Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of EnclaveOptions in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnclaveOptions Modifier and Type Method Description EnclaveOptionsDescribeInstanceAttributeResponse. enclaveOptions()To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter totrue; otherwise, set it tofalse.EnclaveOptionsInstance. enclaveOptions()Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.Methods in software.amazon.awssdk.services.ec2.model with parameters of type EnclaveOptions Modifier and Type Method Description DescribeInstanceAttributeResponse.BuilderDescribeInstanceAttributeResponse.Builder. enclaveOptions(EnclaveOptions enclaveOptions)To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter totrue; otherwise, set it tofalse.Instance.BuilderInstance.Builder. enclaveOptions(EnclaveOptions enclaveOptions)Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
-