Uses of Class
com.oracle.bmc.cloudmigrations.responses.ListTargetAssetsResponse
-
Packages that use ListTargetAssetsResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of ListTargetAssetsResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return ListTargetAssetsResponse Modifier and Type Method Description ListTargetAssetsResponse
Migration. listTargetAssets(ListTargetAssetsRequest request)
Returns a list of target assets.ListTargetAssetsResponse
MigrationClient. listTargetAssets(ListTargetAssetsRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type ListTargetAssetsResponse Modifier and Type Method Description Future<ListTargetAssetsResponse>
MigrationAsync. listTargetAssets(ListTargetAssetsRequest request, AsyncHandler<ListTargetAssetsRequest,ListTargetAssetsResponse> handler)
Returns a list of target assets.Future<ListTargetAssetsResponse>
MigrationAsyncClient. listTargetAssets(ListTargetAssetsRequest request, AsyncHandler<ListTargetAssetsRequest,ListTargetAssetsResponse> handler)
Iterable<ListTargetAssetsResponse>
MigrationPaginators. listTargetAssetsResponseIterator(ListTargetAssetsRequest request)
Creates a new iterable which will iterate over the responses received from the listTargetAssets operation.Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ListTargetAssetsResponse Modifier and Type Method Description Future<ListTargetAssetsResponse>
MigrationAsync. listTargetAssets(ListTargetAssetsRequest request, AsyncHandler<ListTargetAssetsRequest,ListTargetAssetsResponse> handler)
Returns a list of target assets.Future<ListTargetAssetsResponse>
MigrationAsyncClient. listTargetAssets(ListTargetAssetsRequest request, AsyncHandler<ListTargetAssetsRequest,ListTargetAssetsResponse> handler)
-
Uses of ListTargetAssetsResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return ListTargetAssetsResponse Modifier and Type Method Description ListTargetAssetsResponse
ListTargetAssetsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type ListTargetAssetsResponse Modifier and Type Method Description ListTargetAssetsResponse.Builder
ListTargetAssetsResponse.Builder. copy(ListTargetAssetsResponse o)
Copy method to populate the builder with values from the given instance.
-