Uses of Class
com.oracle.bmc.devops.model.DeployEnvironmentSummary
-
Packages that use DeployEnvironmentSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of DeployEnvironmentSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type DeployEnvironmentSummary Modifier and Type Method Description Iterable<DeployEnvironmentSummary>
DevopsPaginators. listDeployEnvironmentsRecordIterator(ListDeployEnvironmentsRequest request)
Creates a new iterable which will iterate over theDeployEnvironmentSummary
objects contained in responses from the listDeployEnvironments operation. -
Uses of DeployEnvironmentSummary in com.oracle.bmc.devops.model
Subclasses of DeployEnvironmentSummary in com.oracle.bmc.devops.model Modifier and Type Class Description class
ComputeInstanceGroupDeployEnvironmentSummary
Specifies the Compute instance group environment.class
FunctionDeployEnvironmentSummary
Specifies the Function environment.class
OkeClusterDeployEnvironmentSummary
Specifies the Kubernetes cluster environment.Methods in com.oracle.bmc.devops.model that return types with arguments of type DeployEnvironmentSummary Modifier and Type Method Description List<DeployEnvironmentSummary>
DeployEnvironmentCollection. getItems()
Deployment environment summary items found for the search.Method parameters in com.oracle.bmc.devops.model with type arguments of type DeployEnvironmentSummary Modifier and Type Method Description DeployEnvironmentCollection.Builder
DeployEnvironmentCollection.Builder. items(List<DeployEnvironmentSummary> items)
Deployment environment summary items found for the search.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DeployEnvironmentSummary Constructor Description DeployEnvironmentCollection(List<DeployEnvironmentSummary> items)
Deprecated.
-