Uses of Class
com.oracle.bmc.core.requests.ListShapesRequest
-
Packages that use ListShapesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListShapesRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListShapesRequest 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.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)
ListShapesResponse
ComputeClient. listShapes(ListShapesRequest request)
Iterable<Shape>
ComputePaginators. listShapesRecordIterator(ListShapesRequest request)
Creates a new iterable which will iterate over theShape
objects contained in responses from the listShapes operation.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 ListShapesRequest 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 ListShapesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListShapesRequest Modifier and Type Method Description ListShapesRequest
ListShapesRequest.Builder. build()
Build the instance of ListShapesRequest as configured by this builderListShapesRequest
ListShapesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListShapesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListShapesRequest Modifier and Type Method Description ListShapesRequest.Builder
ListShapesRequest.Builder. copy(ListShapesRequest o)
Copy method to populate the builder with values from the given instance.
-