Uses of Class
com.oracle.bmc.jms.requests.CreateDrsFileRequest
-
Packages that use CreateDrsFileRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of CreateDrsFileRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type CreateDrsFileRequest Modifier and Type Method Description CreateDrsFileResponse
JavaManagementService. createDrsFile(CreateDrsFileRequest request)
Request to perform validation of the DRS file and create the file to the Object Storage.Future<CreateDrsFileResponse>
JavaManagementServiceAsync. createDrsFile(CreateDrsFileRequest request, AsyncHandler<CreateDrsFileRequest,CreateDrsFileResponse> handler)
Request to perform validation of the DRS file and create the file to the Object Storage.Future<CreateDrsFileResponse>
JavaManagementServiceAsyncClient. createDrsFile(CreateDrsFileRequest request, AsyncHandler<CreateDrsFileRequest,CreateDrsFileResponse> handler)
CreateDrsFileResponse
JavaManagementServiceClient. createDrsFile(CreateDrsFileRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type CreateDrsFileRequest Modifier and Type Method Description Future<CreateDrsFileResponse>
JavaManagementServiceAsync. createDrsFile(CreateDrsFileRequest request, AsyncHandler<CreateDrsFileRequest,CreateDrsFileResponse> handler)
Request to perform validation of the DRS file and create the file to the Object Storage.Future<CreateDrsFileResponse>
JavaManagementServiceAsyncClient. createDrsFile(CreateDrsFileRequest request, AsyncHandler<CreateDrsFileRequest,CreateDrsFileResponse> handler)
-
Uses of CreateDrsFileRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return CreateDrsFileRequest Modifier and Type Method Description CreateDrsFileRequest
CreateDrsFileRequest.Builder. build()
Build the instance of CreateDrsFileRequest as configured by this builderCreateDrsFileRequest
CreateDrsFileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDrsFileRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type CreateDrsFileRequest Modifier and Type Method Description CreateDrsFileRequest.Builder
CreateDrsFileRequest.Builder. copy(CreateDrsFileRequest o)
Copy method to populate the builder with values from the given instance.
-