Uses of Class
com.oracle.bmc.ddfs.responses.CreateInstanceResponse
-
Packages that use CreateInstanceResponse Package Description com.oracle.bmc.ddfs com.oracle.bmc.ddfs.responses -
-
Uses of CreateInstanceResponse in com.oracle.bmc.ddfs
Methods in com.oracle.bmc.ddfs that return CreateInstanceResponse Modifier and Type Method Description CreateInstanceResponseInstance. createInstance(CreateInstanceRequest request)Creates an Instance.CreateInstanceResponseInstanceClient. createInstance(CreateInstanceRequest request)Methods in com.oracle.bmc.ddfs that return types with arguments of type CreateInstanceResponse Modifier and Type Method Description Future<CreateInstanceResponse>InstanceAsync. createInstance(CreateInstanceRequest request, AsyncHandler<CreateInstanceRequest,CreateInstanceResponse> handler)Creates an Instance.Future<CreateInstanceResponse>InstanceAsyncClient. createInstance(CreateInstanceRequest request, AsyncHandler<CreateInstanceRequest,CreateInstanceResponse> handler)Method parameters in com.oracle.bmc.ddfs with type arguments of type CreateInstanceResponse Modifier and Type Method Description Future<CreateInstanceResponse>InstanceAsync. createInstance(CreateInstanceRequest request, AsyncHandler<CreateInstanceRequest,CreateInstanceResponse> handler)Creates an Instance.Future<CreateInstanceResponse>InstanceAsyncClient. createInstance(CreateInstanceRequest request, AsyncHandler<CreateInstanceRequest,CreateInstanceResponse> handler) -
Uses of CreateInstanceResponse in com.oracle.bmc.ddfs.responses
Methods in com.oracle.bmc.ddfs.responses that return CreateInstanceResponse Modifier and Type Method Description CreateInstanceResponseCreateInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ddfs.responses with parameters of type CreateInstanceResponse Modifier and Type Method Description CreateInstanceResponse.BuilderCreateInstanceResponse.Builder. copy(CreateInstanceResponse o)Copy method to populate the builder with values from the given instance.
-