| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
EnclaveOptions |
Instance.enclaveOptions()
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
|
EnclaveOptions |
DescribeInstanceAttributeResponse.enclaveOptions()
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true;
otherwise, set it to false. |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.enclaveOptions(EnclaveOptions enclaveOptions)
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
|
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.enclaveOptions(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.