Uses of Class
com.oracle.bmc.cloudmigrations.responses.ListAvailableShapesResponse
-
Packages that use ListAvailableShapesResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of ListAvailableShapesResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return ListAvailableShapesResponse Modifier and Type Method Description ListAvailableShapesResponseMigration. listAvailableShapes(ListAvailableShapesRequest request)List of shapes by parameters.ListAvailableShapesResponseMigrationClient. listAvailableShapes(ListAvailableShapesRequest request)Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type ListAvailableShapesResponse Modifier and Type Method Description Future<ListAvailableShapesResponse>MigrationAsync. listAvailableShapes(ListAvailableShapesRequest request, AsyncHandler<ListAvailableShapesRequest,ListAvailableShapesResponse> handler)List of shapes by parameters.Future<ListAvailableShapesResponse>MigrationAsyncClient. listAvailableShapes(ListAvailableShapesRequest request, AsyncHandler<ListAvailableShapesRequest,ListAvailableShapesResponse> handler)Iterable<ListAvailableShapesResponse>MigrationPaginators. listAvailableShapesResponseIterator(ListAvailableShapesRequest request)Creates a new iterable which will iterate over the responses received from the listAvailableShapes operation.Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ListAvailableShapesResponse Modifier and Type Method Description Future<ListAvailableShapesResponse>MigrationAsync. listAvailableShapes(ListAvailableShapesRequest request, AsyncHandler<ListAvailableShapesRequest,ListAvailableShapesResponse> handler)List of shapes by parameters.Future<ListAvailableShapesResponse>MigrationAsyncClient. listAvailableShapes(ListAvailableShapesRequest request, AsyncHandler<ListAvailableShapesRequest,ListAvailableShapesResponse> handler) -
Uses of ListAvailableShapesResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return ListAvailableShapesResponse Modifier and Type Method Description ListAvailableShapesResponseListAvailableShapesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type ListAvailableShapesResponse Modifier and Type Method Description ListAvailableShapesResponse.BuilderListAvailableShapesResponse.Builder. copy(ListAvailableShapesResponse o)Copy method to populate the builder with values from the given instance.
-