Uses of Class
com.oracle.bmc.cloudguard.model.GeographicalLocation
-
Packages that use GeographicalLocation Package Description com.oracle.bmc.cloudguard.model -
-
Uses of GeographicalLocation in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return GeographicalLocation Modifier and Type Method Description GeographicalLocation
GeographicalLocation.Builder. build()
GeographicalLocation
ActivityProblemAggregation. getGeographicalLocation()
Methods in com.oracle.bmc.cloudguard.model with parameters of type GeographicalLocation Modifier and Type Method Description GeographicalLocation.Builder
GeographicalLocation.Builder. copy(GeographicalLocation model)
ActivityProblemAggregation.Builder
ActivityProblemAggregation.Builder. geographicalLocation(GeographicalLocation geographicalLocation)
Constructors in com.oracle.bmc.cloudguard.model with parameters of type GeographicalLocation Constructor Description ActivityProblemAggregation(Map<String,String> dimensionsMap, PoliticalLocation politicalLocation, GeographicalLocation geographicalLocation, Integer count)
Deprecated.
-