Uses of Class
com.oracle.bmc.autoscaling.model.UpdateAutoScalingPolicyDetails
-
Packages that use UpdateAutoScalingPolicyDetails Package Description com.oracle.bmc.autoscaling.model com.oracle.bmc.autoscaling.requests -
-
Uses of UpdateAutoScalingPolicyDetails in com.oracle.bmc.autoscaling.model
Subclasses of UpdateAutoScalingPolicyDetails in com.oracle.bmc.autoscaling.model Modifier and Type Class Description class
UpdateScheduledPolicyDetails
Note: Objects should always be created or deserialized using theUpdateScheduledPolicyDetails.Builder
.class
UpdateThresholdPolicyDetails
Note: Objects should always be created or deserialized using theUpdateThresholdPolicyDetails.Builder
. -
Uses of UpdateAutoScalingPolicyDetails in com.oracle.bmc.autoscaling.requests
Methods in com.oracle.bmc.autoscaling.requests that return UpdateAutoScalingPolicyDetails Modifier and Type Method Description UpdateAutoScalingPolicyDetails
UpdateAutoScalingPolicyRequest. getBody$()
Alternative accessor for the body parameter.UpdateAutoScalingPolicyDetails
UpdateAutoScalingPolicyRequest. getUpdateAutoScalingPolicyDetails()
Update details for an autoscaling policy.Methods in com.oracle.bmc.autoscaling.requests with parameters of type UpdateAutoScalingPolicyDetails Modifier and Type Method Description UpdateAutoScalingPolicyRequest.Builder
UpdateAutoScalingPolicyRequest.Builder. body$(UpdateAutoScalingPolicyDetails body)
Alternative setter for the body parameter.UpdateAutoScalingPolicyRequest.Builder
UpdateAutoScalingPolicyRequest.Builder. updateAutoScalingPolicyDetails(UpdateAutoScalingPolicyDetails updateAutoScalingPolicyDetails)
Update details for an autoscaling policy.
-