Uses of Class
com.oracle.bmc.cloudguard.model.SightingEndpointSummary
-
Packages that use SightingEndpointSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of SightingEndpointSummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type SightingEndpointSummary Modifier and Type Method Description Iterable<SightingEndpointSummary>
CloudGuardPaginators. listSightingEndpointsRecordIterator(ListSightingEndpointsRequest request)
Creates a new iterable which will iterate over theSightingEndpointSummary
objects contained in responses from the listSightingEndpoints operation. -
Uses of SightingEndpointSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return SightingEndpointSummary Modifier and Type Method Description SightingEndpointSummary
SightingEndpointSummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type SightingEndpointSummary Modifier and Type Method Description List<SightingEndpointSummary>
SightingEndpointCollection. getItems()
List of SightingEndpointSummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type SightingEndpointSummary Modifier and Type Method Description SightingEndpointSummary.Builder
SightingEndpointSummary.Builder. copy(SightingEndpointSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type SightingEndpointSummary Modifier and Type Method Description SightingEndpointCollection.Builder
SightingEndpointCollection.Builder. items(List<SightingEndpointSummary> items)
List of SightingEndpointSummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type SightingEndpointSummary Constructor Description SightingEndpointCollection(List<SightingEndpointSummary> items)
Deprecated.
-