Uses of Class
com.oracle.bmc.servicemanagerproxy.model.ServiceEnvironmentSummary
-
Packages that use ServiceEnvironmentSummary Package Description com.oracle.bmc.servicemanagerproxy com.oracle.bmc.servicemanagerproxy.model -
-
Uses of ServiceEnvironmentSummary in com.oracle.bmc.servicemanagerproxy
Methods in com.oracle.bmc.servicemanagerproxy that return types with arguments of type ServiceEnvironmentSummary Modifier and Type Method Description Iterable<ServiceEnvironmentSummary>
ServiceManagerProxyPaginators. listServiceEnvironmentsRecordIterator(ListServiceEnvironmentsRequest request)
Creates a new iterable which will iterate over theServiceEnvironmentSummary
objects contained in responses from the listServiceEnvironments operation. -
Uses of ServiceEnvironmentSummary in com.oracle.bmc.servicemanagerproxy.model
Methods in com.oracle.bmc.servicemanagerproxy.model that return ServiceEnvironmentSummary Modifier and Type Method Description ServiceEnvironmentSummary
ServiceEnvironmentSummary.Builder. build()
Methods in com.oracle.bmc.servicemanagerproxy.model that return types with arguments of type ServiceEnvironmentSummary Modifier and Type Method Description List<ServiceEnvironmentSummary>
ServiceEnvironmentCollection. getItems()
Collection of items.Methods in com.oracle.bmc.servicemanagerproxy.model with parameters of type ServiceEnvironmentSummary Modifier and Type Method Description ServiceEnvironmentSummary.Builder
ServiceEnvironmentSummary.Builder. copy(ServiceEnvironmentSummary model)
Method parameters in com.oracle.bmc.servicemanagerproxy.model with type arguments of type ServiceEnvironmentSummary Modifier and Type Method Description ServiceEnvironmentCollection.Builder
ServiceEnvironmentCollection.Builder. items(List<ServiceEnvironmentSummary> items)
Collection of items.Constructor parameters in com.oracle.bmc.servicemanagerproxy.model with type arguments of type ServiceEnvironmentSummary Constructor Description ServiceEnvironmentCollection(List<ServiceEnvironmentSummary> items)
Deprecated.
-