Uses of Class
com.oracle.bmc.autoscaling.responses.ChangeAutoScalingConfigurationCompartmentResponse
-
Packages that use ChangeAutoScalingConfigurationCompartmentResponse Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.responses -
-
Uses of ChangeAutoScalingConfigurationCompartmentResponse in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling that return ChangeAutoScalingConfigurationCompartmentResponse Modifier and Type Method Description ChangeAutoScalingConfigurationCompartmentResponse
AutoScaling. changeAutoScalingConfigurationCompartment(ChangeAutoScalingConfigurationCompartmentRequest request)
Moves an autoscaling configuration into a different compartment within the same tenancy.ChangeAutoScalingConfigurationCompartmentResponse
AutoScalingClient. changeAutoScalingConfigurationCompartment(ChangeAutoScalingConfigurationCompartmentRequest request)
Methods in com.oracle.bmc.autoscaling that return types with arguments of type ChangeAutoScalingConfigurationCompartmentResponse Modifier and Type Method Description Future<ChangeAutoScalingConfigurationCompartmentResponse>
AutoScalingAsync. changeAutoScalingConfigurationCompartment(ChangeAutoScalingConfigurationCompartmentRequest request, AsyncHandler<ChangeAutoScalingConfigurationCompartmentRequest,ChangeAutoScalingConfigurationCompartmentResponse> handler)
Moves an autoscaling configuration into a different compartment within the same tenancy.Future<ChangeAutoScalingConfigurationCompartmentResponse>
AutoScalingAsyncClient. changeAutoScalingConfigurationCompartment(ChangeAutoScalingConfigurationCompartmentRequest request, AsyncHandler<ChangeAutoScalingConfigurationCompartmentRequest,ChangeAutoScalingConfigurationCompartmentResponse> handler)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type ChangeAutoScalingConfigurationCompartmentResponse Modifier and Type Method Description Future<ChangeAutoScalingConfigurationCompartmentResponse>
AutoScalingAsync. changeAutoScalingConfigurationCompartment(ChangeAutoScalingConfigurationCompartmentRequest request, AsyncHandler<ChangeAutoScalingConfigurationCompartmentRequest,ChangeAutoScalingConfigurationCompartmentResponse> handler)
Moves an autoscaling configuration into a different compartment within the same tenancy.Future<ChangeAutoScalingConfigurationCompartmentResponse>
AutoScalingAsyncClient. changeAutoScalingConfigurationCompartment(ChangeAutoScalingConfigurationCompartmentRequest request, AsyncHandler<ChangeAutoScalingConfigurationCompartmentRequest,ChangeAutoScalingConfigurationCompartmentResponse> handler)
-
Uses of ChangeAutoScalingConfigurationCompartmentResponse in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return ChangeAutoScalingConfigurationCompartmentResponse Modifier and Type Method Description ChangeAutoScalingConfigurationCompartmentResponse
ChangeAutoScalingConfigurationCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.autoscaling.responses with parameters of type ChangeAutoScalingConfigurationCompartmentResponse Modifier and Type Method Description ChangeAutoScalingConfigurationCompartmentResponse.Builder
ChangeAutoScalingConfigurationCompartmentResponse.Builder. copy(ChangeAutoScalingConfigurationCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-