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