Uses of Class
com.oracle.bmc.apiaccesscontrol.model.ApiMetadataSummary
-
Packages that use ApiMetadataSummary Package Description com.oracle.bmc.apiaccesscontrol com.oracle.bmc.apiaccesscontrol.model -
-
Uses of ApiMetadataSummary in com.oracle.bmc.apiaccesscontrol
Methods in com.oracle.bmc.apiaccesscontrol that return types with arguments of type ApiMetadataSummary Modifier and Type Method Description Iterable<ApiMetadataSummary>
ApiMetadataPaginators. listApiMetadataRecordIterator(ListApiMetadataRequest request)
Creates a new iterable which will iterate over theApiMetadataSummary
objects contained in responses from the listApiMetadata operation. -
Uses of ApiMetadataSummary in com.oracle.bmc.apiaccesscontrol.model
Methods in com.oracle.bmc.apiaccesscontrol.model that return ApiMetadataSummary Modifier and Type Method Description ApiMetadataSummary
ApiMetadataSummary.Builder. build()
Methods in com.oracle.bmc.apiaccesscontrol.model that return types with arguments of type ApiMetadataSummary Modifier and Type Method Description List<ApiMetadataSummary>
ApiMetadataByEntityTypeSummary. getApiMetadatas()
List of apiMetadataSummary.List<ApiMetadataSummary>
ApiMetadataCollection. getItems()
List of apiMetadataSummary.Methods in com.oracle.bmc.apiaccesscontrol.model with parameters of type ApiMetadataSummary Modifier and Type Method Description ApiMetadataSummary.Builder
ApiMetadataSummary.Builder. copy(ApiMetadataSummary model)
Method parameters in com.oracle.bmc.apiaccesscontrol.model with type arguments of type ApiMetadataSummary Modifier and Type Method Description ApiMetadataByEntityTypeSummary.Builder
ApiMetadataByEntityTypeSummary.Builder. apiMetadatas(List<ApiMetadataSummary> apiMetadatas)
List of apiMetadataSummary.ApiMetadataCollection.Builder
ApiMetadataCollection.Builder. items(List<ApiMetadataSummary> items)
List of apiMetadataSummary.Constructor parameters in com.oracle.bmc.apiaccesscontrol.model with type arguments of type ApiMetadataSummary Constructor Description ApiMetadataByEntityTypeSummary(String entityType, List<ApiMetadataSummary> apiMetadatas, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ApiMetadataCollection(List<ApiMetadataSummary> items)
Deprecated.
-