Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.CreateMaintenanceWindowRequest
-
Packages that use CreateMaintenanceWindowRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of CreateMaintenanceWindowRequest in com.oracle.bmc.fleetappsmanagement
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type CreateMaintenanceWindowRequest Modifier and Type Method Description Future<CreateMaintenanceWindowResponse>
FleetAppsManagementMaintenanceWindowAsync. createMaintenanceWindow(CreateMaintenanceWindowRequest request, AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResponse> handler)
Create a maintenance window in Fleet Application Management.Future<CreateMaintenanceWindowResponse>
FleetAppsManagementMaintenanceWindowAsyncClient. createMaintenanceWindow(CreateMaintenanceWindowRequest request, AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResponse> handler)
-
Uses of CreateMaintenanceWindowRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return CreateMaintenanceWindowRequest Modifier and Type Method Description CreateMaintenanceWindowRequest
CreateMaintenanceWindowRequest.Builder. build()
Build the instance of CreateMaintenanceWindowRequest as configured by this builderCreateMaintenanceWindowRequest
CreateMaintenanceWindowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMaintenanceWindowRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type CreateMaintenanceWindowRequest Modifier and Type Method Description CreateMaintenanceWindowRequest.Builder
CreateMaintenanceWindowRequest.Builder. copy(CreateMaintenanceWindowRequest o)
Copy method to populate the builder with values from the given instance.
-