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