Uses of Class
com.oracle.bmc.autoscaling.model.ChangeAutoScalingCompartmentDetails
-
Packages that use ChangeAutoScalingCompartmentDetails Package Description com.oracle.bmc.autoscaling.model com.oracle.bmc.autoscaling.requests -
-
Uses of ChangeAutoScalingCompartmentDetails in com.oracle.bmc.autoscaling.model
Methods in com.oracle.bmc.autoscaling.model that return ChangeAutoScalingCompartmentDetails Modifier and Type Method Description ChangeAutoScalingCompartmentDetails
ChangeAutoScalingCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.autoscaling.model with parameters of type ChangeAutoScalingCompartmentDetails Modifier and Type Method Description ChangeAutoScalingCompartmentDetails.Builder
ChangeAutoScalingCompartmentDetails.Builder. copy(ChangeAutoScalingCompartmentDetails model)
-
Uses of ChangeAutoScalingCompartmentDetails in com.oracle.bmc.autoscaling.requests
Methods in com.oracle.bmc.autoscaling.requests that return ChangeAutoScalingCompartmentDetails Modifier and Type Method Description ChangeAutoScalingCompartmentDetails
ChangeAutoScalingConfigurationCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeAutoScalingCompartmentDetails
ChangeAutoScalingConfigurationCompartmentRequest. getChangeCompartmentDetails()
Request to change the compartment of given autoscaling configuration.Methods in com.oracle.bmc.autoscaling.requests with parameters of type ChangeAutoScalingCompartmentDetails Modifier and Type Method Description ChangeAutoScalingConfigurationCompartmentRequest.Builder
ChangeAutoScalingConfigurationCompartmentRequest.Builder. body$(ChangeAutoScalingCompartmentDetails body)
Alternative setter for the body parameter.ChangeAutoScalingConfigurationCompartmentRequest.Builder
ChangeAutoScalingConfigurationCompartmentRequest.Builder. changeCompartmentDetails(ChangeAutoScalingCompartmentDetails changeCompartmentDetails)
Request to change the compartment of given autoscaling configuration.
-