Uses of Class
com.oracle.bmc.containerengine.requests.ListPodShapesRequest
-
Packages that use ListPodShapesRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of ListPodShapesRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type ListPodShapesRequest Modifier and Type Method Description ListPodShapesResponseContainerEngine. listPodShapes(ListPodShapesRequest request)List all the Pod Shapes in a compartment.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)ListPodShapesResponseContainerEngineClient. listPodShapes(ListPodShapesRequest request)Iterable<PodShapeSummary>ContainerEnginePaginators. listPodShapesRecordIterator(ListPodShapesRequest request)Creates a new iterable which will iterate over thePodShapeSummaryobjects contained in responses from the listPodShapes operation.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 ListPodShapesRequest 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 ListPodShapesRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return ListPodShapesRequest Modifier and Type Method Description ListPodShapesRequestListPodShapesRequest.Builder. build()Build the instance of ListPodShapesRequest as configured by this builderListPodShapesRequestListPodShapesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPodShapesRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type ListPodShapesRequest Modifier and Type Method Description ListPodShapesRequest.BuilderListPodShapesRequest.Builder. copy(ListPodShapesRequest o)Copy method to populate the builder with values from the given instance.
-