Uses of Class
com.oracle.bmc.containerengine.responses.ListPodShapesResponse
-
Packages that use ListPodShapesResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of ListPodShapesResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return ListPodShapesResponse Modifier and Type Method Description ListPodShapesResponse
ContainerEngine. listPodShapes(ListPodShapesRequest request)
List all the Pod Shapes in a compartment.ListPodShapesResponse
ContainerEngineClient. listPodShapes(ListPodShapesRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type ListPodShapesResponse Modifier and Type Method Description Future<ListPodShapesResponse>
ContainerEngineAsync. listPodShapes(ListPodShapesRequest request, AsyncHandler<ListPodShapesRequest,ListPodShapesResponse> handler)
List all the Pod Shapes in a compartment.Future<ListPodShapesResponse>
ContainerEngineAsyncClient. listPodShapes(ListPodShapesRequest request, AsyncHandler<ListPodShapesRequest,ListPodShapesResponse> handler)
Iterable<ListPodShapesResponse>
ContainerEnginePaginators. listPodShapesResponseIterator(ListPodShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listPodShapes operation.Method parameters in com.oracle.bmc.containerengine with type arguments of type ListPodShapesResponse Modifier and Type Method Description Future<ListPodShapesResponse>
ContainerEngineAsync. listPodShapes(ListPodShapesRequest request, AsyncHandler<ListPodShapesRequest,ListPodShapesResponse> handler)
List all the Pod Shapes in a compartment.Future<ListPodShapesResponse>
ContainerEngineAsyncClient. listPodShapes(ListPodShapesRequest request, AsyncHandler<ListPodShapesRequest,ListPodShapesResponse> handler)
-
Uses of ListPodShapesResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return ListPodShapesResponse Modifier and Type Method Description ListPodShapesResponse
ListPodShapesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type ListPodShapesResponse Modifier and Type Method Description ListPodShapesResponse.Builder
ListPodShapesResponse.Builder. copy(ListPodShapesResponse o)
Copy method to populate the builder with values from the given instance.
-