Uses of Class
com.oracle.bmc.apmsynthetics.model.AggregateNetworkDataDetails
-
Packages that use AggregateNetworkDataDetails Package Description com.oracle.bmc.apmsynthetics.model com.oracle.bmc.apmsynthetics.requests -
-
Uses of AggregateNetworkDataDetails in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return AggregateNetworkDataDetails Modifier and Type Method Description AggregateNetworkDataDetails
AggregateNetworkDataDetails.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model with parameters of type AggregateNetworkDataDetails Modifier and Type Method Description AggregateNetworkDataDetails.Builder
AggregateNetworkDataDetails.Builder. copy(AggregateNetworkDataDetails model)
-
Uses of AggregateNetworkDataDetails in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return AggregateNetworkDataDetails Modifier and Type Method Description AggregateNetworkDataDetails
AggregateNetworkDataRequest. getAggregateNetworkDataDetails()
Details of the vantage point and corresponding execution times.AggregateNetworkDataDetails
AggregateNetworkDataRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.apmsynthetics.requests with parameters of type AggregateNetworkDataDetails Modifier and Type Method Description AggregateNetworkDataRequest.Builder
AggregateNetworkDataRequest.Builder. aggregateNetworkDataDetails(AggregateNetworkDataDetails aggregateNetworkDataDetails)
Details of the vantage point and corresponding execution times.AggregateNetworkDataRequest.Builder
AggregateNetworkDataRequest.Builder. body$(AggregateNetworkDataDetails body)
Alternative setter for the body parameter.
-