Uses of Class
com.oracle.bmc.apigateway.model.DeploymentCollection
-
Packages that use DeploymentCollection Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.responses -
-
Uses of DeploymentCollection in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return DeploymentCollection Modifier and Type Method Description DeploymentCollection
DeploymentCollection.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type DeploymentCollection Modifier and Type Method Description DeploymentCollection.Builder
DeploymentCollection.Builder. copy(DeploymentCollection model)
-
Uses of DeploymentCollection in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return DeploymentCollection Modifier and Type Method Description DeploymentCollection
ListDeploymentsResponse. getDeploymentCollection()
The returned DeploymentCollection instance.Methods in com.oracle.bmc.apigateway.responses with parameters of type DeploymentCollection Modifier and Type Method Description ListDeploymentsResponse.Builder
ListDeploymentsResponse.Builder. deploymentCollection(DeploymentCollection deploymentCollection)
The returned DeploymentCollection instance.
-