Uses of Class
com.oracle.bmc.mysql.model.BlueGreenDeploymentSummary
-
Packages that use BlueGreenDeploymentSummary Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model -
-
Uses of BlueGreenDeploymentSummary in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return types with arguments of type BlueGreenDeploymentSummary Modifier and Type Method Description Iterable<BlueGreenDeploymentSummary>BlueGreenDeploymentsPaginators. listBlueGreenDeploymentsRecordIterator(ListBlueGreenDeploymentsRequest request)Creates a new iterable which will iterate over theBlueGreenDeploymentSummaryobjects contained in responses from the listBlueGreenDeployments operation. -
Uses of BlueGreenDeploymentSummary in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return BlueGreenDeploymentSummary Modifier and Type Method Description BlueGreenDeploymentSummaryBlueGreenDeploymentSummary.Builder. build()Methods in com.oracle.bmc.mysql.model that return types with arguments of type BlueGreenDeploymentSummary Modifier and Type Method Description List<BlueGreenDeploymentSummary>BlueGreenDeploymentCollection. getItems()A list of blue/green deployment items.Methods in com.oracle.bmc.mysql.model with parameters of type BlueGreenDeploymentSummary Modifier and Type Method Description BlueGreenDeploymentSummary.BuilderBlueGreenDeploymentSummary.Builder. copy(BlueGreenDeploymentSummary model)Method parameters in com.oracle.bmc.mysql.model with type arguments of type BlueGreenDeploymentSummary Modifier and Type Method Description BlueGreenDeploymentCollection.BuilderBlueGreenDeploymentCollection.Builder. items(List<BlueGreenDeploymentSummary> items)A list of blue/green deployment items.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type BlueGreenDeploymentSummary Constructor Description BlueGreenDeploymentCollection(List<BlueGreenDeploymentSummary> items)Deprecated.
-