Uses of Class
com.oracle.bmc.apmsynthetics.requests.GetOnPremiseVantagePointRequest
-
Packages that use GetOnPremiseVantagePointRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of GetOnPremiseVantagePointRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type GetOnPremiseVantagePointRequest Modifier and Type Method Description GetOnPremiseVantagePointResponse
ApmSynthetic. getOnPremiseVantagePoint(GetOnPremiseVantagePointRequest request)
Gets the details of the On-premise vantage point identified by the OCID.Future<GetOnPremiseVantagePointResponse>
ApmSyntheticAsync. getOnPremiseVantagePoint(GetOnPremiseVantagePointRequest request, AsyncHandler<GetOnPremiseVantagePointRequest,GetOnPremiseVantagePointResponse> handler)
Gets the details of the On-premise vantage point identified by the OCID.Future<GetOnPremiseVantagePointResponse>
ApmSyntheticAsyncClient. getOnPremiseVantagePoint(GetOnPremiseVantagePointRequest request, AsyncHandler<GetOnPremiseVantagePointRequest,GetOnPremiseVantagePointResponse> handler)
GetOnPremiseVantagePointResponse
ApmSyntheticClient. getOnPremiseVantagePoint(GetOnPremiseVantagePointRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type GetOnPremiseVantagePointRequest Modifier and Type Method Description Future<GetOnPremiseVantagePointResponse>
ApmSyntheticAsync. getOnPremiseVantagePoint(GetOnPremiseVantagePointRequest request, AsyncHandler<GetOnPremiseVantagePointRequest,GetOnPremiseVantagePointResponse> handler)
Gets the details of the On-premise vantage point identified by the OCID.Future<GetOnPremiseVantagePointResponse>
ApmSyntheticAsyncClient. getOnPremiseVantagePoint(GetOnPremiseVantagePointRequest request, AsyncHandler<GetOnPremiseVantagePointRequest,GetOnPremiseVantagePointResponse> handler)
-
Uses of GetOnPremiseVantagePointRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return GetOnPremiseVantagePointRequest Modifier and Type Method Description GetOnPremiseVantagePointRequest
GetOnPremiseVantagePointRequest.Builder. build()
Build the instance of GetOnPremiseVantagePointRequest as configured by this builderGetOnPremiseVantagePointRequest
GetOnPremiseVantagePointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOnPremiseVantagePointRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type GetOnPremiseVantagePointRequest Modifier and Type Method Description GetOnPremiseVantagePointRequest.Builder
GetOnPremiseVantagePointRequest.Builder. copy(GetOnPremiseVantagePointRequest o)
Copy method to populate the builder with values from the given instance.
-