Uses of Class
com.oracle.bmc.apigateway.model.SdkSummary
-
Packages that use SdkSummary Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model -
-
Uses of SdkSummary in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type SdkSummary Modifier and Type Method Description Iterable<SdkSummary>
ApiGatewayPaginators. listSdksRecordIterator(ListSdksRequest request)
Creates a new iterable which will iterate over theSdkSummary
objects contained in responses from the listSdks operation. -
Uses of SdkSummary in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return SdkSummary Modifier and Type Method Description SdkSummary
SdkSummary.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type SdkSummary Modifier and Type Method Description List<SdkSummary>
SdkCollection. getItems()
SDK summaries.Methods in com.oracle.bmc.apigateway.model with parameters of type SdkSummary Modifier and Type Method Description SdkSummary.Builder
SdkSummary.Builder. copy(SdkSummary model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type SdkSummary Modifier and Type Method Description SdkCollection.Builder
SdkCollection.Builder. items(List<SdkSummary> items)
SDK summaries.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type SdkSummary Constructor Description SdkCollection(List<SdkSummary> items)
Deprecated.
-