Uses of Class
com.oracle.bmc.apmconfig.requests.GetDataFileRequest
-
Packages that use GetDataFileRequest Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.requests -
-
Uses of GetDataFileRequest in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig with parameters of type GetDataFileRequest Modifier and Type Method Description GetDataFileResponseConfig. getDataFile(GetDataFileRequest request)Retrieves the Data file with the specified name and type.Future<GetDataFileResponse>ConfigAsync. getDataFile(GetDataFileRequest request, AsyncHandler<GetDataFileRequest,GetDataFileResponse> handler)Retrieves the Data file with the specified name and type.Future<GetDataFileResponse>ConfigAsyncClient. getDataFile(GetDataFileRequest request, AsyncHandler<GetDataFileRequest,GetDataFileResponse> handler)GetDataFileResponseConfigClient. getDataFile(GetDataFileRequest request)Method parameters in com.oracle.bmc.apmconfig with type arguments of type GetDataFileRequest Modifier and Type Method Description Future<GetDataFileResponse>ConfigAsync. getDataFile(GetDataFileRequest request, AsyncHandler<GetDataFileRequest,GetDataFileResponse> handler)Retrieves the Data file with the specified name and type.Future<GetDataFileResponse>ConfigAsyncClient. getDataFile(GetDataFileRequest request, AsyncHandler<GetDataFileRequest,GetDataFileResponse> handler) -
Uses of GetDataFileRequest in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return GetDataFileRequest Modifier and Type Method Description GetDataFileRequestGetDataFileRequest.Builder. build()Build the instance of GetDataFileRequest as configured by this builderGetDataFileRequestGetDataFileRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDataFileRequest as configured by this builderMethods in com.oracle.bmc.apmconfig.requests with parameters of type GetDataFileRequest Modifier and Type Method Description GetDataFileRequest.BuilderGetDataFileRequest.Builder. copy(GetDataFileRequest o)Copy method to populate the builder with values from the given instance.
-