Uses of Class
com.oracle.bmc.core.responses.ListDedicatedVmHostShapesResponse
-
Packages that use ListDedicatedVmHostShapesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListDedicatedVmHostShapesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListDedicatedVmHostShapesResponse Modifier and Type Method Description ListDedicatedVmHostShapesResponse
Compute. listDedicatedVmHostShapes(ListDedicatedVmHostShapesRequest request)
Lists the shapes that can be used to launch a dedicated virtual machine host within the specified compartment.ListDedicatedVmHostShapesResponse
ComputeClient. listDedicatedVmHostShapes(ListDedicatedVmHostShapesRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListDedicatedVmHostShapesResponse Modifier and Type Method Description Future<ListDedicatedVmHostShapesResponse>
ComputeAsync. listDedicatedVmHostShapes(ListDedicatedVmHostShapesRequest request, AsyncHandler<ListDedicatedVmHostShapesRequest,ListDedicatedVmHostShapesResponse> handler)
Lists the shapes that can be used to launch a dedicated virtual machine host within the specified compartment.Future<ListDedicatedVmHostShapesResponse>
ComputeAsyncClient. listDedicatedVmHostShapes(ListDedicatedVmHostShapesRequest request, AsyncHandler<ListDedicatedVmHostShapesRequest,ListDedicatedVmHostShapesResponse> handler)
Iterable<ListDedicatedVmHostShapesResponse>
ComputePaginators. listDedicatedVmHostShapesResponseIterator(ListDedicatedVmHostShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHostShapes operation.Method parameters in com.oracle.bmc.core with type arguments of type ListDedicatedVmHostShapesResponse Modifier and Type Method Description Future<ListDedicatedVmHostShapesResponse>
ComputeAsync. listDedicatedVmHostShapes(ListDedicatedVmHostShapesRequest request, AsyncHandler<ListDedicatedVmHostShapesRequest,ListDedicatedVmHostShapesResponse> handler)
Lists the shapes that can be used to launch a dedicated virtual machine host within the specified compartment.Future<ListDedicatedVmHostShapesResponse>
ComputeAsyncClient. listDedicatedVmHostShapes(ListDedicatedVmHostShapesRequest request, AsyncHandler<ListDedicatedVmHostShapesRequest,ListDedicatedVmHostShapesResponse> handler)
-
Uses of ListDedicatedVmHostShapesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListDedicatedVmHostShapesResponse Modifier and Type Method Description ListDedicatedVmHostShapesResponse
ListDedicatedVmHostShapesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListDedicatedVmHostShapesResponse Modifier and Type Method Description ListDedicatedVmHostShapesResponse.Builder
ListDedicatedVmHostShapesResponse.Builder. copy(ListDedicatedVmHostShapesResponse o)
Copy method to populate the builder with values from the given instance.
-