Uses of Class
com.oracle.bmc.apmconfig.requests.HeadDataFileRequest
-
Packages that use HeadDataFileRequest Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.requests -
-
Uses of HeadDataFileRequest in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig with parameters of type HeadDataFileRequest Modifier and Type Method Description HeadDataFileResponseConfig. headDataFile(HeadDataFileRequest request)Returns metadata about the datafile.Future<HeadDataFileResponse>ConfigAsync. headDataFile(HeadDataFileRequest request, AsyncHandler<HeadDataFileRequest,HeadDataFileResponse> handler)Returns metadata about the datafile.Future<HeadDataFileResponse>ConfigAsyncClient. headDataFile(HeadDataFileRequest request, AsyncHandler<HeadDataFileRequest,HeadDataFileResponse> handler)HeadDataFileResponseConfigClient. headDataFile(HeadDataFileRequest request)Method parameters in com.oracle.bmc.apmconfig with type arguments of type HeadDataFileRequest Modifier and Type Method Description Future<HeadDataFileResponse>ConfigAsync. headDataFile(HeadDataFileRequest request, AsyncHandler<HeadDataFileRequest,HeadDataFileResponse> handler)Returns metadata about the datafile.Future<HeadDataFileResponse>ConfigAsyncClient. headDataFile(HeadDataFileRequest request, AsyncHandler<HeadDataFileRequest,HeadDataFileResponse> handler) -
Uses of HeadDataFileRequest in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return HeadDataFileRequest Modifier and Type Method Description HeadDataFileRequestHeadDataFileRequest.Builder. build()Build the instance of HeadDataFileRequest as configured by this builderHeadDataFileRequestHeadDataFileRequest.Builder. buildWithoutInvocationCallback()Build the instance of HeadDataFileRequest as configured by this builderMethods in com.oracle.bmc.apmconfig.requests with parameters of type HeadDataFileRequest Modifier and Type Method Description HeadDataFileRequest.BuilderHeadDataFileRequest.Builder. copy(HeadDataFileRequest o)Copy method to populate the builder with values from the given instance.
-