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