Uses of Class
software.amazon.awssdk.services.ec2.model.HibernationOptionsRequest
-
Packages that use HibernationOptionsRequest Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of HibernationOptionsRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HibernationOptionsRequest Modifier and Type Method Description HibernationOptionsRequestRunInstancesRequest. hibernationOptions()Indicates whether an instance is enabled for hibernation.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HibernationOptionsRequest Modifier and Type Method Description RunInstancesRequest.BuilderRunInstancesRequest.Builder. hibernationOptions(HibernationOptionsRequest hibernationOptions)Indicates whether an instance is enabled for hibernation.
-