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