Uses of Class
software.amazon.awssdk.services.ec2.model.RunInstancesMonitoringEnabled
Packages that use RunInstancesMonitoringEnabled
-
Uses of RunInstancesMonitoringEnabled in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RunInstancesMonitoringEnabledModifier and TypeMethodDescriptionLaunchSpecification.monitoring()Returns the value of the Monitoring property for this object.RequestSpotLaunchSpecification.monitoring()Indicates whether basic or detailed monitoring is enabled for the instance.RunInstancesRequest.monitoring()Specifies whether detailed monitoring is enabled for the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RunInstancesMonitoringEnabledModifier and TypeMethodDescriptionLaunchSpecification.Builder.monitoring(RunInstancesMonitoringEnabled monitoring) Sets the value of the Monitoring property for this object.RequestSpotLaunchSpecification.Builder.monitoring(RunInstancesMonitoringEnabled monitoring) Indicates whether basic or detailed monitoring is enabled for the instance.RunInstancesRequest.Builder.monitoring(RunInstancesMonitoringEnabled monitoring) Specifies whether detailed monitoring is enabled for the instance.