Uses of Class
com.oracle.bmc.containerinstances.responses.ListContainerInstanceShapesResponse
-
Packages that use ListContainerInstanceShapesResponse Package Description com.oracle.bmc.containerinstances com.oracle.bmc.containerinstances.responses -
-
Uses of ListContainerInstanceShapesResponse in com.oracle.bmc.containerinstances
Methods in com.oracle.bmc.containerinstances that return ListContainerInstanceShapesResponse Modifier and Type Method Description ListContainerInstanceShapesResponseContainerInstance. listContainerInstanceShapes(ListContainerInstanceShapesRequest request)Lists the shapes that can be used to create container instances.ListContainerInstanceShapesResponseContainerInstanceClient. listContainerInstanceShapes(ListContainerInstanceShapesRequest request)Methods in com.oracle.bmc.containerinstances that return types with arguments of type ListContainerInstanceShapesResponse Modifier and Type Method Description Future<ListContainerInstanceShapesResponse>ContainerInstanceAsync. listContainerInstanceShapes(ListContainerInstanceShapesRequest request, AsyncHandler<ListContainerInstanceShapesRequest,ListContainerInstanceShapesResponse> handler)Lists the shapes that can be used to create container instances.Future<ListContainerInstanceShapesResponse>ContainerInstanceAsyncClient. listContainerInstanceShapes(ListContainerInstanceShapesRequest request, AsyncHandler<ListContainerInstanceShapesRequest,ListContainerInstanceShapesResponse> handler)Iterable<ListContainerInstanceShapesResponse>ContainerInstancePaginators. listContainerInstanceShapesResponseIterator(ListContainerInstanceShapesRequest request)Creates a new iterable which will iterate over the responses received from the listContainerInstanceShapes operation.Method parameters in com.oracle.bmc.containerinstances with type arguments of type ListContainerInstanceShapesResponse Modifier and Type Method Description Future<ListContainerInstanceShapesResponse>ContainerInstanceAsync. listContainerInstanceShapes(ListContainerInstanceShapesRequest request, AsyncHandler<ListContainerInstanceShapesRequest,ListContainerInstanceShapesResponse> handler)Lists the shapes that can be used to create container instances.Future<ListContainerInstanceShapesResponse>ContainerInstanceAsyncClient. listContainerInstanceShapes(ListContainerInstanceShapesRequest request, AsyncHandler<ListContainerInstanceShapesRequest,ListContainerInstanceShapesResponse> handler) -
Uses of ListContainerInstanceShapesResponse in com.oracle.bmc.containerinstances.responses
Methods in com.oracle.bmc.containerinstances.responses that return ListContainerInstanceShapesResponse Modifier and Type Method Description ListContainerInstanceShapesResponseListContainerInstanceShapesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.containerinstances.responses with parameters of type ListContainerInstanceShapesResponse Modifier and Type Method Description ListContainerInstanceShapesResponse.BuilderListContainerInstanceShapesResponse.Builder. copy(ListContainerInstanceShapesResponse o)Copy method to populate the builder with values from the given instance.
-