Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.ExportRunbookRequest
-
Packages that use ExportRunbookRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of ExportRunbookRequest in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type ExportRunbookRequest Modifier and Type Method Description ExportRunbookResponseFleetAppsManagementRunbooks. exportRunbook(ExportRunbookRequest request)Export the specified version of the runbook.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)ExportRunbookResponseFleetAppsManagementRunbooksClient. exportRunbook(ExportRunbookRequest request)Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ExportRunbookRequest 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 ExportRunbookRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return ExportRunbookRequest Modifier and Type Method Description ExportRunbookRequestExportRunbookRequest.Builder. build()Build the instance of ExportRunbookRequest as configured by this builderExportRunbookRequestExportRunbookRequest.Builder. buildWithoutInvocationCallback()Build the instance of ExportRunbookRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type ExportRunbookRequest Modifier and Type Method Description ExportRunbookRequest.BuilderExportRunbookRequest.Builder. copy(ExportRunbookRequest o)Copy method to populate the builder with values from the given instance.
-