Uses of Class
com.oracle.bmc.apmconfig.requests.PutDataFileRequest
-
Packages that use PutDataFileRequest Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.requests -
-
Uses of PutDataFileRequest in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig with parameters of type PutDataFileRequest 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.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)PutDataFileResponseConfigClient. putDataFile(PutDataFileRequest request)Method parameters in com.oracle.bmc.apmconfig with type arguments of type PutDataFileRequest 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 PutDataFileRequest in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return PutDataFileRequest Modifier and Type Method Description PutDataFileRequestPutDataFileRequest.Builder. build()Build the instance of PutDataFileRequest as configured by this builderPutDataFileRequestPutDataFileRequest.Builder. buildWithoutInvocationCallback()Build the instance of PutDataFileRequest as configured by this builderMethods in com.oracle.bmc.apmconfig.requests with parameters of type PutDataFileRequest Modifier and Type Method Description PutDataFileRequest.BuilderPutDataFileRequest.Builder. copy(PutDataFileRequest o)Copy method to populate the builder with values from the given instance.
-