| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
EnclaveOptions |
EnclaveOptions.clone() |
EnclaveOptions |
InstanceAttribute.getEnclaveOptions()
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true;
otherwise, set it to false. |
EnclaveOptions |
Instance.getEnclaveOptions()
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
|
EnclaveOptions |
EnclaveOptions.withEnabled(Boolean enabled)
If this parameter is set to
true, the instance is enabled for Amazon Web Services Nitro Enclaves;
otherwise, it is not enabled for Amazon Web Services Nitro Enclaves. |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceAttribute.setEnclaveOptions(EnclaveOptions enclaveOptions)
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true;
otherwise, set it to false. |
void |
Instance.setEnclaveOptions(EnclaveOptions enclaveOptions)
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
|
InstanceAttribute |
InstanceAttribute.withEnclaveOptions(EnclaveOptions enclaveOptions)
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true;
otherwise, set it to false. |
Instance |
Instance.withEnclaveOptions(EnclaveOptions enclaveOptions)
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
|
Copyright © 2025. All rights reserved.