Uses of Class
com.oracle.bmc.autoscaling.model.AutoScalingConfigurationSummary
-
Packages that use AutoScalingConfigurationSummary Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.model com.oracle.bmc.autoscaling.responses -
-
Uses of AutoScalingConfigurationSummary in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling that return types with arguments of type AutoScalingConfigurationSummary Modifier and Type Method Description Iterable<AutoScalingConfigurationSummary>
AutoScalingPaginators. listAutoScalingConfigurationsRecordIterator(ListAutoScalingConfigurationsRequest request)
Creates a new iterable which will iterate over theAutoScalingConfigurationSummary
objects contained in responses from the listAutoScalingConfigurations operation. -
Uses of AutoScalingConfigurationSummary in com.oracle.bmc.autoscaling.model
Methods in com.oracle.bmc.autoscaling.model that return AutoScalingConfigurationSummary Modifier and Type Method Description AutoScalingConfigurationSummary
AutoScalingConfigurationSummary.Builder. build()
Methods in com.oracle.bmc.autoscaling.model with parameters of type AutoScalingConfigurationSummary Modifier and Type Method Description AutoScalingConfigurationSummary.Builder
AutoScalingConfigurationSummary.Builder. copy(AutoScalingConfigurationSummary model)
-
Uses of AutoScalingConfigurationSummary in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return types with arguments of type AutoScalingConfigurationSummary Modifier and Type Method Description List<AutoScalingConfigurationSummary>
ListAutoScalingConfigurationsResponse. getItems()
A list of com.oracle.bmc.autoscaling.model.AutoScalingConfigurationSummary instances.Method parameters in com.oracle.bmc.autoscaling.responses with type arguments of type AutoScalingConfigurationSummary Modifier and Type Method Description ListAutoScalingConfigurationsResponse.Builder
ListAutoScalingConfigurationsResponse.Builder. items(List<AutoScalingConfigurationSummary> items)
A list of com.oracle.bmc.autoscaling.model.AutoScalingConfigurationSummary instances.
-