Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.ListExecutionsResponse
-
Packages that use ListExecutionsResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of ListExecutionsResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return ListExecutionsResponse Modifier and Type Method Description ListExecutionsResponseFleetAppsManagementOperations. listExecutions(ListExecutionsRequest request)Returns a list of Task Executions for a Resource.ListExecutionsResponseFleetAppsManagementOperationsClient. listExecutions(ListExecutionsRequest request)Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ListExecutionsResponse Modifier and Type Method Description Future<ListExecutionsResponse>FleetAppsManagementOperationsAsync. listExecutions(ListExecutionsRequest request, AsyncHandler<ListExecutionsRequest,ListExecutionsResponse> handler)Returns a list of Task Executions for a Resource.Future<ListExecutionsResponse>FleetAppsManagementOperationsAsyncClient. listExecutions(ListExecutionsRequest request, AsyncHandler<ListExecutionsRequest,ListExecutionsResponse> handler)Iterable<ListExecutionsResponse>FleetAppsManagementOperationsPaginators. listExecutionsResponseIterator(ListExecutionsRequest request)Creates a new iterable which will iterate over the responses received from the listExecutions operation.Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ListExecutionsResponse Modifier and Type Method Description Future<ListExecutionsResponse>FleetAppsManagementOperationsAsync. listExecutions(ListExecutionsRequest request, AsyncHandler<ListExecutionsRequest,ListExecutionsResponse> handler)Returns a list of Task Executions for a Resource.Future<ListExecutionsResponse>FleetAppsManagementOperationsAsyncClient. listExecutions(ListExecutionsRequest request, AsyncHandler<ListExecutionsRequest,ListExecutionsResponse> handler) -
Uses of ListExecutionsResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return ListExecutionsResponse Modifier and Type Method Description ListExecutionsResponseListExecutionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type ListExecutionsResponse Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. copy(ListExecutionsResponse o)Copy method to populate the builder with values from the given instance.
-