Uses of Class
com.oracle.bmc.autoscaling.requests.DeleteAutoScalingPolicyRequest
-
Packages that use DeleteAutoScalingPolicyRequest Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.requests -
-
Uses of DeleteAutoScalingPolicyRequest in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling with parameters of type DeleteAutoScalingPolicyRequest Modifier and Type Method Description DeleteAutoScalingPolicyResponse
AutoScaling. deleteAutoScalingPolicy(DeleteAutoScalingPolicyRequest request)
Deletes an autoscaling policy for the specified autoscaling configuration.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)
DeleteAutoScalingPolicyResponse
AutoScalingClient. deleteAutoScalingPolicy(DeleteAutoScalingPolicyRequest request)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type DeleteAutoScalingPolicyRequest 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 DeleteAutoScalingPolicyRequest in com.oracle.bmc.autoscaling.requests
Methods in com.oracle.bmc.autoscaling.requests that return DeleteAutoScalingPolicyRequest Modifier and Type Method Description DeleteAutoScalingPolicyRequest
DeleteAutoScalingPolicyRequest.Builder. build()
Build the instance of DeleteAutoScalingPolicyRequest as configured by this builderDeleteAutoScalingPolicyRequest
DeleteAutoScalingPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteAutoScalingPolicyRequest as configured by this builderMethods in com.oracle.bmc.autoscaling.requests with parameters of type DeleteAutoScalingPolicyRequest Modifier and Type Method Description DeleteAutoScalingPolicyRequest.Builder
DeleteAutoScalingPolicyRequest.Builder. copy(DeleteAutoScalingPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-