Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.CreateMaintenanceWindowResponse
-
Packages that use CreateMaintenanceWindowResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of CreateMaintenanceWindowResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return CreateMaintenanceWindowResponse Modifier and Type Method Description CreateMaintenanceWindowResponse
FleetAppsManagementMaintenanceWindow. createMaintenanceWindow(CreateMaintenanceWindowRequest request)
Create a maintenance window in Fleet Application Management.CreateMaintenanceWindowResponse
FleetAppsManagementMaintenanceWindowClient. createMaintenanceWindow(CreateMaintenanceWindowRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type CreateMaintenanceWindowResponse 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)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type CreateMaintenanceWindowResponse 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 CreateMaintenanceWindowResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return CreateMaintenanceWindowResponse Modifier and Type Method Description CreateMaintenanceWindowResponse
CreateMaintenanceWindowResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type CreateMaintenanceWindowResponse Modifier and Type Method Description CreateMaintenanceWindowResponse.Builder
CreateMaintenanceWindowResponse.Builder. copy(CreateMaintenanceWindowResponse o)
Copy method to populate the builder with values from the given instance.
-