Uses of Class
com.oracle.bmc.core.responses.ListDedicatedVmHostInstanceShapesResponse
-
Packages that use ListDedicatedVmHostInstanceShapesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListDedicatedVmHostInstanceShapesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListDedicatedVmHostInstanceShapesResponse Modifier and Type Method Description ListDedicatedVmHostInstanceShapesResponseCompute. listDedicatedVmHostInstanceShapes(ListDedicatedVmHostInstanceShapesRequest request)Lists the shapes that can be used to launch a virtual machine instance on a dedicated virtual machine host within the specified compartment.ListDedicatedVmHostInstanceShapesResponseComputeClient. listDedicatedVmHostInstanceShapes(ListDedicatedVmHostInstanceShapesRequest request)Method parameters in com.oracle.bmc.core with type arguments of type ListDedicatedVmHostInstanceShapesResponse Modifier and Type Method Description Future<ListDedicatedVmHostInstanceShapesResponse>ComputeAsync. listDedicatedVmHostInstanceShapes(ListDedicatedVmHostInstanceShapesRequest request, AsyncHandler<ListDedicatedVmHostInstanceShapesRequest,ListDedicatedVmHostInstanceShapesResponse> handler)Lists the shapes that can be used to launch a virtual machine instance on a dedicated virtual machine host within the specified compartment.Future<ListDedicatedVmHostInstanceShapesResponse>ComputeAsyncClient. listDedicatedVmHostInstanceShapes(ListDedicatedVmHostInstanceShapesRequest request, AsyncHandler<ListDedicatedVmHostInstanceShapesRequest,ListDedicatedVmHostInstanceShapesResponse> handler) -
Uses of ListDedicatedVmHostInstanceShapesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListDedicatedVmHostInstanceShapesResponse Modifier and Type Method Description ListDedicatedVmHostInstanceShapesResponseListDedicatedVmHostInstanceShapesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListDedicatedVmHostInstanceShapesResponse Modifier and Type Method Description ListDedicatedVmHostInstanceShapesResponse.BuilderListDedicatedVmHostInstanceShapesResponse.Builder. copy(ListDedicatedVmHostInstanceShapesResponse o)Copy method to populate the builder with values from the given instance.
-