Uses of Class
com.oracle.bmc.ddfs.responses.DeleteInstanceResponse
-
Packages that use DeleteInstanceResponse Package Description com.oracle.bmc.ddfs com.oracle.bmc.ddfs.responses -
-
Uses of DeleteInstanceResponse in com.oracle.bmc.ddfs
Methods in com.oracle.bmc.ddfs that return DeleteInstanceResponse Modifier and Type Method Description DeleteInstanceResponseInstance. deleteInstance(DeleteInstanceRequest request)Deletes an Instance.DeleteInstanceResponseInstanceClient. deleteInstance(DeleteInstanceRequest request)Methods in com.oracle.bmc.ddfs that return types with arguments of type DeleteInstanceResponse Modifier and Type Method Description Future<DeleteInstanceResponse>InstanceAsync. deleteInstance(DeleteInstanceRequest request, AsyncHandler<DeleteInstanceRequest,DeleteInstanceResponse> handler)Deletes an Instance.Future<DeleteInstanceResponse>InstanceAsyncClient. deleteInstance(DeleteInstanceRequest request, AsyncHandler<DeleteInstanceRequest,DeleteInstanceResponse> handler)Method parameters in com.oracle.bmc.ddfs with type arguments of type DeleteInstanceResponse Modifier and Type Method Description Future<DeleteInstanceResponse>InstanceAsync. deleteInstance(DeleteInstanceRequest request, AsyncHandler<DeleteInstanceRequest,DeleteInstanceResponse> handler)Deletes an Instance.Future<DeleteInstanceResponse>InstanceAsyncClient. deleteInstance(DeleteInstanceRequest request, AsyncHandler<DeleteInstanceRequest,DeleteInstanceResponse> handler) -
Uses of DeleteInstanceResponse in com.oracle.bmc.ddfs.responses
Methods in com.oracle.bmc.ddfs.responses that return DeleteInstanceResponse Modifier and Type Method Description DeleteInstanceResponseDeleteInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ddfs.responses with parameters of type DeleteInstanceResponse Modifier and Type Method Description DeleteInstanceResponse.BuilderDeleteInstanceResponse.Builder. copy(DeleteInstanceResponse o)Copy method to populate the builder with values from the given instance.
-