Uses of Class
com.oracle.bmc.autoscaling.responses.CreateAutoScalingPolicyResponse
-
Packages that use CreateAutoScalingPolicyResponse Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.responses -
-
Uses of CreateAutoScalingPolicyResponse in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling that return CreateAutoScalingPolicyResponse Modifier and Type Method Description CreateAutoScalingPolicyResponse
AutoScaling. createAutoScalingPolicy(CreateAutoScalingPolicyRequest request)
Creates an autoscaling policy for the specified autoscaling configuration.CreateAutoScalingPolicyResponse
AutoScalingClient. createAutoScalingPolicy(CreateAutoScalingPolicyRequest request)
Methods in com.oracle.bmc.autoscaling that return types with arguments of type CreateAutoScalingPolicyResponse Modifier and Type Method Description Future<CreateAutoScalingPolicyResponse>
AutoScalingAsync. createAutoScalingPolicy(CreateAutoScalingPolicyRequest request, AsyncHandler<CreateAutoScalingPolicyRequest,CreateAutoScalingPolicyResponse> handler)
Creates an autoscaling policy for the specified autoscaling configuration.Future<CreateAutoScalingPolicyResponse>
AutoScalingAsyncClient. createAutoScalingPolicy(CreateAutoScalingPolicyRequest request, AsyncHandler<CreateAutoScalingPolicyRequest,CreateAutoScalingPolicyResponse> handler)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type CreateAutoScalingPolicyResponse Modifier and Type Method Description Future<CreateAutoScalingPolicyResponse>
AutoScalingAsync. createAutoScalingPolicy(CreateAutoScalingPolicyRequest request, AsyncHandler<CreateAutoScalingPolicyRequest,CreateAutoScalingPolicyResponse> handler)
Creates an autoscaling policy for the specified autoscaling configuration.Future<CreateAutoScalingPolicyResponse>
AutoScalingAsyncClient. createAutoScalingPolicy(CreateAutoScalingPolicyRequest request, AsyncHandler<CreateAutoScalingPolicyRequest,CreateAutoScalingPolicyResponse> handler)
-
Uses of CreateAutoScalingPolicyResponse in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return CreateAutoScalingPolicyResponse Modifier and Type Method Description CreateAutoScalingPolicyResponse
CreateAutoScalingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.autoscaling.responses with parameters of type CreateAutoScalingPolicyResponse Modifier and Type Method Description CreateAutoScalingPolicyResponse.Builder
CreateAutoScalingPolicyResponse.Builder. copy(CreateAutoScalingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-