Uses of Class
software.amazon.awssdk.services.ec2.model.EnclaveOptionsRequest
Packages that use EnclaveOptionsRequest
-
Uses of EnclaveOptionsRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnclaveOptionsRequestModifier and TypeMethodDescriptionfinal EnclaveOptionsRequestModifyInstanceAttributeRequest.enclaveOptions()Enables or disables the instance for Amazon Web Services Nitro Enclaves.final EnclaveOptionsRequestRunInstancesRequest.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 EnclaveOptionsRequestModifier and TypeMethodDescriptionModifyInstanceAttributeRequest.Builder.enclaveOptions(EnclaveOptionsRequest enclaveOptions) Enables or disables the instance for Amazon Web Services Nitro Enclaves.RunInstancesRequest.Builder.enclaveOptions(EnclaveOptionsRequest enclaveOptions) Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.