Uses of Class
com.oracle.bmc.apmsynthetics.responses.CreateOnPremiseVantagePointResponse
-
Packages that use CreateOnPremiseVantagePointResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of CreateOnPremiseVantagePointResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return CreateOnPremiseVantagePointResponse Modifier and Type Method Description CreateOnPremiseVantagePointResponse
ApmSynthetic. createOnPremiseVantagePoint(CreateOnPremiseVantagePointRequest request)
Registers a new On-premise vantage point.CreateOnPremiseVantagePointResponse
ApmSyntheticClient. createOnPremiseVantagePoint(CreateOnPremiseVantagePointRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type CreateOnPremiseVantagePointResponse Modifier and Type Method Description Future<CreateOnPremiseVantagePointResponse>
ApmSyntheticAsync. createOnPremiseVantagePoint(CreateOnPremiseVantagePointRequest request, AsyncHandler<CreateOnPremiseVantagePointRequest,CreateOnPremiseVantagePointResponse> handler)
Registers a new On-premise vantage point.Future<CreateOnPremiseVantagePointResponse>
ApmSyntheticAsyncClient. createOnPremiseVantagePoint(CreateOnPremiseVantagePointRequest request, AsyncHandler<CreateOnPremiseVantagePointRequest,CreateOnPremiseVantagePointResponse> handler)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type CreateOnPremiseVantagePointResponse Modifier and Type Method Description Future<CreateOnPremiseVantagePointResponse>
ApmSyntheticAsync. createOnPremiseVantagePoint(CreateOnPremiseVantagePointRequest request, AsyncHandler<CreateOnPremiseVantagePointRequest,CreateOnPremiseVantagePointResponse> handler)
Registers a new On-premise vantage point.Future<CreateOnPremiseVantagePointResponse>
ApmSyntheticAsyncClient. createOnPremiseVantagePoint(CreateOnPremiseVantagePointRequest request, AsyncHandler<CreateOnPremiseVantagePointRequest,CreateOnPremiseVantagePointResponse> handler)
-
Uses of CreateOnPremiseVantagePointResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return CreateOnPremiseVantagePointResponse Modifier and Type Method Description CreateOnPremiseVantagePointResponse
CreateOnPremiseVantagePointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type CreateOnPremiseVantagePointResponse Modifier and Type Method Description CreateOnPremiseVantagePointResponse.Builder
CreateOnPremiseVantagePointResponse.Builder. copy(CreateOnPremiseVantagePointResponse o)
Copy method to populate the builder with values from the given instance.
-