Uses of Class
com.oracle.bmc.apmconfig.responses.PutDataFileResponse
-
Packages that use PutDataFileResponse Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.responses -
-
Uses of PutDataFileResponse in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig that return PutDataFileResponse Modifier and Type Method Description PutDataFileResponseConfig. putDataFile(PutDataFileRequest request)Creates a new data file or replaces an existing one with the same name and type.PutDataFileResponseConfigClient. putDataFile(PutDataFileRequest request)Methods in com.oracle.bmc.apmconfig that return types with arguments of type PutDataFileResponse Modifier and Type Method Description Future<PutDataFileResponse>ConfigAsync. putDataFile(PutDataFileRequest request, AsyncHandler<PutDataFileRequest,PutDataFileResponse> handler)Creates a new data file or replaces an existing one with the same name and type.Future<PutDataFileResponse>ConfigAsyncClient. putDataFile(PutDataFileRequest request, AsyncHandler<PutDataFileRequest,PutDataFileResponse> handler)Method parameters in com.oracle.bmc.apmconfig with type arguments of type PutDataFileResponse Modifier and Type Method Description Future<PutDataFileResponse>ConfigAsync. putDataFile(PutDataFileRequest request, AsyncHandler<PutDataFileRequest,PutDataFileResponse> handler)Creates a new data file or replaces an existing one with the same name and type.Future<PutDataFileResponse>ConfigAsyncClient. putDataFile(PutDataFileRequest request, AsyncHandler<PutDataFileRequest,PutDataFileResponse> handler) -
Uses of PutDataFileResponse in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return PutDataFileResponse Modifier and Type Method Description PutDataFileResponsePutDataFileResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apmconfig.responses with parameters of type PutDataFileResponse Modifier and Type Method Description PutDataFileResponse.BuilderPutDataFileResponse.Builder. copy(PutDataFileResponse o)Copy method to populate the builder with values from the given instance.
-