Uses of Class
com.oracle.bmc.datascience.responses.ListNotebookSessionShapesResponse
-
Packages that use ListNotebookSessionShapesResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListNotebookSessionShapesResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListNotebookSessionShapesResponse Modifier and Type Method Description ListNotebookSessionShapesResponseDataScience. listNotebookSessionShapes(ListNotebookSessionShapesRequest request)Lists the valid notebook session shapes.ListNotebookSessionShapesResponseDataScienceClient. listNotebookSessionShapes(ListNotebookSessionShapesRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type ListNotebookSessionShapesResponse Modifier and Type Method Description Future<ListNotebookSessionShapesResponse>DataScienceAsync. listNotebookSessionShapes(ListNotebookSessionShapesRequest request, AsyncHandler<ListNotebookSessionShapesRequest,ListNotebookSessionShapesResponse> handler)Lists the valid notebook session shapes.Future<ListNotebookSessionShapesResponse>DataScienceAsyncClient. listNotebookSessionShapes(ListNotebookSessionShapesRequest request, AsyncHandler<ListNotebookSessionShapesRequest,ListNotebookSessionShapesResponse> handler)Iterable<ListNotebookSessionShapesResponse>DataSciencePaginators. listNotebookSessionShapesResponseIterator(ListNotebookSessionShapesRequest request)Creates a new iterable which will iterate over the responses received from the listNotebookSessionShapes operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListNotebookSessionShapesResponse Modifier and Type Method Description Future<ListNotebookSessionShapesResponse>DataScienceAsync. listNotebookSessionShapes(ListNotebookSessionShapesRequest request, AsyncHandler<ListNotebookSessionShapesRequest,ListNotebookSessionShapesResponse> handler)Lists the valid notebook session shapes.Future<ListNotebookSessionShapesResponse>DataScienceAsyncClient. listNotebookSessionShapes(ListNotebookSessionShapesRequest request, AsyncHandler<ListNotebookSessionShapesRequest,ListNotebookSessionShapesResponse> handler) -
Uses of ListNotebookSessionShapesResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListNotebookSessionShapesResponse Modifier and Type Method Description ListNotebookSessionShapesResponseListNotebookSessionShapesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListNotebookSessionShapesResponse Modifier and Type Method Description ListNotebookSessionShapesResponse.BuilderListNotebookSessionShapesResponse.Builder. copy(ListNotebookSessionShapesResponse o)Copy method to populate the builder with values from the given instance.
-