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