Uses of Class
com.oracle.bmc.apmconfig.responses.GetDataFileResponse
-
Packages that use GetDataFileResponse Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.responses -
-
Uses of GetDataFileResponse in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig that return GetDataFileResponse Modifier and Type Method Description GetDataFileResponseConfig. getDataFile(GetDataFileRequest request)Retrieves the Data file with the specified name and type.GetDataFileResponseConfigClient. getDataFile(GetDataFileRequest request)Methods in com.oracle.bmc.apmconfig that return types with arguments of type GetDataFileResponse 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)Method parameters in com.oracle.bmc.apmconfig with type arguments of type GetDataFileResponse 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 GetDataFileResponse in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return GetDataFileResponse Modifier and Type Method Description GetDataFileResponseGetDataFileResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apmconfig.responses with parameters of type GetDataFileResponse Modifier and Type Method Description GetDataFileResponse.BuilderGetDataFileResponse.Builder. copy(GetDataFileResponse o)Copy method to populate the builder with values from the given instance.
-