Uses of Class
com.oracle.bmc.adm.requests.ListApplicationDependencyRecommendationsRequest
-
Packages that use ListApplicationDependencyRecommendationsRequest Package Description com.oracle.bmc.adm com.oracle.bmc.adm.requests -
-
Uses of ListApplicationDependencyRecommendationsRequest in com.oracle.bmc.adm
Method parameters in com.oracle.bmc.adm with type arguments of type ListApplicationDependencyRecommendationsRequest Modifier and Type Method Description Future<ListApplicationDependencyRecommendationsResponse>
ApplicationDependencyManagementAsync. listApplicationDependencyRecommendations(ListApplicationDependencyRecommendationsRequest request, AsyncHandler<ListApplicationDependencyRecommendationsRequest,ListApplicationDependencyRecommendationsResponse> handler)
Returns a list of application dependency with their associated recommendations.Future<ListApplicationDependencyRecommendationsResponse>
ApplicationDependencyManagementAsyncClient. listApplicationDependencyRecommendations(ListApplicationDependencyRecommendationsRequest request, AsyncHandler<ListApplicationDependencyRecommendationsRequest,ListApplicationDependencyRecommendationsResponse> handler)
-
Uses of ListApplicationDependencyRecommendationsRequest in com.oracle.bmc.adm.requests
Methods in com.oracle.bmc.adm.requests that return ListApplicationDependencyRecommendationsRequest Modifier and Type Method Description ListApplicationDependencyRecommendationsRequest
ListApplicationDependencyRecommendationsRequest.Builder. build()
Build the instance of ListApplicationDependencyRecommendationsRequest as configured by this builderListApplicationDependencyRecommendationsRequest
ListApplicationDependencyRecommendationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListApplicationDependencyRecommendationsRequest as configured by this builderMethods in com.oracle.bmc.adm.requests with parameters of type ListApplicationDependencyRecommendationsRequest Modifier and Type Method Description ListApplicationDependencyRecommendationsRequest.Builder
ListApplicationDependencyRecommendationsRequest.Builder. copy(ListApplicationDependencyRecommendationsRequest o)
Copy method to populate the builder with values from the given instance.
-