Uses of Class
com.oracle.bmc.apiplatform.model.ApiPlatformInstanceSummary
-
Packages that use ApiPlatformInstanceSummary Package Description com.oracle.bmc.apiplatform com.oracle.bmc.apiplatform.model -
-
Uses of ApiPlatformInstanceSummary in com.oracle.bmc.apiplatform
Methods in com.oracle.bmc.apiplatform that return types with arguments of type ApiPlatformInstanceSummary Modifier and Type Method Description Iterable<ApiPlatformInstanceSummary>ApiPlatformPaginators. listApiPlatformInstancesRecordIterator(ListApiPlatformInstancesRequest request)Creates a new iterable which will iterate over theApiPlatformInstanceSummaryobjects contained in responses from the listApiPlatformInstances operation. -
Uses of ApiPlatformInstanceSummary in com.oracle.bmc.apiplatform.model
Methods in com.oracle.bmc.apiplatform.model that return ApiPlatformInstanceSummary Modifier and Type Method Description ApiPlatformInstanceSummaryApiPlatformInstanceSummary.Builder. build()Methods in com.oracle.bmc.apiplatform.model that return types with arguments of type ApiPlatformInstanceSummary Modifier and Type Method Description List<ApiPlatformInstanceSummary>ApiPlatformInstanceCollection. getItems()List of APIP instancesMethods in com.oracle.bmc.apiplatform.model with parameters of type ApiPlatformInstanceSummary Modifier and Type Method Description ApiPlatformInstanceSummary.BuilderApiPlatformInstanceSummary.Builder. copy(ApiPlatformInstanceSummary model)Method parameters in com.oracle.bmc.apiplatform.model with type arguments of type ApiPlatformInstanceSummary Modifier and Type Method Description ApiPlatformInstanceCollection.BuilderApiPlatformInstanceCollection.Builder. items(List<ApiPlatformInstanceSummary> items)List of APIP instancesConstructor parameters in com.oracle.bmc.apiplatform.model with type arguments of type ApiPlatformInstanceSummary Constructor Description ApiPlatformInstanceCollection(List<ApiPlatformInstanceSummary> items)Deprecated.
-