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