Uses of Class
com.oracle.bmc.autoscaling.requests.ChangeAutoScalingConfigurationCompartmentRequest
-
Packages that use ChangeAutoScalingConfigurationCompartmentRequest Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.requests -
-
Uses of ChangeAutoScalingConfigurationCompartmentRequest in com.oracle.bmc.autoscaling
Method parameters in com.oracle.bmc.autoscaling with type arguments of type ChangeAutoScalingConfigurationCompartmentRequest 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 ChangeAutoScalingConfigurationCompartmentRequest in com.oracle.bmc.autoscaling.requests
Methods in com.oracle.bmc.autoscaling.requests that return ChangeAutoScalingConfigurationCompartmentRequest Modifier and Type Method Description ChangeAutoScalingConfigurationCompartmentRequest
ChangeAutoScalingConfigurationCompartmentRequest.Builder. build()
Build the instance of ChangeAutoScalingConfigurationCompartmentRequest as configured by this builderChangeAutoScalingConfigurationCompartmentRequest
ChangeAutoScalingConfigurationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAutoScalingConfigurationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.autoscaling.requests with parameters of type ChangeAutoScalingConfigurationCompartmentRequest Modifier and Type Method Description ChangeAutoScalingConfigurationCompartmentRequest.Builder
ChangeAutoScalingConfigurationCompartmentRequest.Builder. copy(ChangeAutoScalingConfigurationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-