Uses of Class
com.oracle.bmc.cloudguard.model.ResourceProfileSummary
-
Packages that use ResourceProfileSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of ResourceProfileSummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ResourceProfileSummary Modifier and Type Method Description Iterable<ResourceProfileSummary>
CloudGuardPaginators. listResourceProfilesRecordIterator(ListResourceProfilesRequest request)
Creates a new iterable which will iterate over theResourceProfileSummary
objects contained in responses from the listResourceProfiles operation. -
Uses of ResourceProfileSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResourceProfileSummary Modifier and Type Method Description ResourceProfileSummary
ResourceProfileSummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ResourceProfileSummary Modifier and Type Method Description List<ResourceProfileSummary>
ResourceProfileCollection. getItems()
List of ResourceProfileSummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type ResourceProfileSummary Modifier and Type Method Description ResourceProfileSummary.Builder
ResourceProfileSummary.Builder. copy(ResourceProfileSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResourceProfileSummary Modifier and Type Method Description ResourceProfileCollection.Builder
ResourceProfileCollection.Builder. items(List<ResourceProfileSummary> items)
List of ResourceProfileSummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResourceProfileSummary Constructor Description ResourceProfileCollection(List<ResourceProfileSummary> items, List<ResourceLock> locks)
Deprecated.
-