Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.ExportRunbookResponse
-
Packages that use ExportRunbookResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of ExportRunbookResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return ExportRunbookResponse Modifier and Type Method Description ExportRunbookResponseFleetAppsManagementRunbooks. exportRunbook(ExportRunbookRequest request)Export the specified version of the runbook.ExportRunbookResponseFleetAppsManagementRunbooksClient. exportRunbook(ExportRunbookRequest request)Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ExportRunbookResponse Modifier and Type Method Description Future<ExportRunbookResponse>FleetAppsManagementRunbooksAsync. exportRunbook(ExportRunbookRequest request, AsyncHandler<ExportRunbookRequest,ExportRunbookResponse> handler)Export the specified version of the runbook.Future<ExportRunbookResponse>FleetAppsManagementRunbooksAsyncClient. exportRunbook(ExportRunbookRequest request, AsyncHandler<ExportRunbookRequest,ExportRunbookResponse> handler)Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ExportRunbookResponse Modifier and Type Method Description Future<ExportRunbookResponse>FleetAppsManagementRunbooksAsync. exportRunbook(ExportRunbookRequest request, AsyncHandler<ExportRunbookRequest,ExportRunbookResponse> handler)Export the specified version of the runbook.Future<ExportRunbookResponse>FleetAppsManagementRunbooksAsyncClient. exportRunbook(ExportRunbookRequest request, AsyncHandler<ExportRunbookRequest,ExportRunbookResponse> handler) -
Uses of ExportRunbookResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return ExportRunbookResponse Modifier and Type Method Description ExportRunbookResponseExportRunbookResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type ExportRunbookResponse Modifier and Type Method Description ExportRunbookResponse.BuilderExportRunbookResponse.Builder. copy(ExportRunbookResponse o)Copy method to populate the builder with values from the given instance.
-