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.modelSubclasses of UpdateAutoScalingPolicyDetails in com.oracle.bmc.autoscaling.model Modifier and Type Class Description classUpdateScheduledPolicyDetails
 Note: Objects should always be created or deserialized using theUpdateScheduledPolicyDetails.Builder.classUpdateThresholdPolicyDetails
 Note: Objects should always be created or deserialized using theUpdateThresholdPolicyDetails.Builder.
- 
Uses of UpdateAutoScalingPolicyDetails in com.oracle.bmc.autoscaling.requestsMethods in com.oracle.bmc.autoscaling.requests that return UpdateAutoScalingPolicyDetails Modifier and Type Method Description UpdateAutoScalingPolicyDetailsUpdateAutoScalingPolicyRequest. getBody$()Alternative accessor for the body parameter.UpdateAutoScalingPolicyDetailsUpdateAutoScalingPolicyRequest. 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.BuilderUpdateAutoScalingPolicyRequest.Builder. body$(UpdateAutoScalingPolicyDetails body)Alternative setter for the body parameter.UpdateAutoScalingPolicyRequest.BuilderUpdateAutoScalingPolicyRequest.Builder. updateAutoScalingPolicyDetails(UpdateAutoScalingPolicyDetails updateAutoScalingPolicyDetails)Update details for an autoscaling policy.
 
-