Uses of Class
com.oracle.bmc.mysql.responses.ListShapesResponse
-
Packages that use ListShapesResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of ListShapesResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return ListShapesResponse Modifier and Type Method Description ListShapesResponse
Mysqlaas. listShapes(ListShapesRequest request)
Gets a list of the shapes you can use to create a new MySQL DB System.ListShapesResponse
MysqlaasClient. listShapes(ListShapesRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type ListShapesResponse Modifier and Type Method Description Future<ListShapesResponse>
MysqlaasAsync. listShapes(ListShapesRequest request, AsyncHandler<ListShapesRequest,ListShapesResponse> handler)
Gets a list of the shapes you can use to create a new MySQL DB System.Future<ListShapesResponse>
MysqlaasAsyncClient. listShapes(ListShapesRequest request, AsyncHandler<ListShapesRequest,ListShapesResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type ListShapesResponse Modifier and Type Method Description Future<ListShapesResponse>
MysqlaasAsync. listShapes(ListShapesRequest request, AsyncHandler<ListShapesRequest,ListShapesResponse> handler)
Gets a list of the shapes you can use to create a new MySQL DB System.Future<ListShapesResponse>
MysqlaasAsyncClient. listShapes(ListShapesRequest request, AsyncHandler<ListShapesRequest,ListShapesResponse> handler)
-
Uses of ListShapesResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return ListShapesResponse Modifier and Type Method Description ListShapesResponse
ListShapesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type ListShapesResponse Modifier and Type Method Description ListShapesResponse.Builder
ListShapesResponse.Builder. copy(ListShapesResponse o)
Copy method to populate the builder with values from the given instance.
-