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