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 AWS Nitro Enclaves.
|
EnclaveOptions |
InstanceAttribute.getEnclaveOptions()
To enable the instance for AWS 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 AWS Nitro Enclaves; otherwise, it is
not enabled for AWS Nitro Enclaves. |
Modifier and Type | Method and Description |
---|---|
void |
Instance.setEnclaveOptions(EnclaveOptions enclaveOptions)
Indicates whether the instance is enabled for AWS Nitro Enclaves.
|
void |
InstanceAttribute.setEnclaveOptions(EnclaveOptions enclaveOptions)
To enable the instance for AWS Nitro Enclaves, set this parameter to
true ; otherwise, set it to
false . |
Instance |
Instance.withEnclaveOptions(EnclaveOptions enclaveOptions)
Indicates whether the instance is enabled for AWS Nitro Enclaves.
|
InstanceAttribute |
InstanceAttribute.withEnclaveOptions(EnclaveOptions enclaveOptions)
To enable the instance for AWS Nitro Enclaves, set this parameter to
true ; otherwise, set it to
false . |
Copyright © 2020. All rights reserved.