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