Uses of Class
com.oracle.bmc.mysql.requests.ListShapesRequest
-
Packages that use ListShapesRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of ListShapesRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type ListShapesRequest 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.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)
ListShapesResponse
MysqlaasClient. listShapes(ListShapesRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type ListShapesRequest 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 ListShapesRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ListShapesRequest Modifier and Type Method Description ListShapesRequest
ListShapesRequest.Builder. build()
Build the instance of ListShapesRequest as configured by this builderListShapesRequest
ListShapesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListShapesRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type ListShapesRequest Modifier and Type Method Description ListShapesRequest.Builder
ListShapesRequest.Builder. copy(ListShapesRequest o)
Copy method to populate the builder with values from the given instance.
-