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