Uses of Class
com.oracle.bmc.dashboardservice.requests.CreateDashboardRequest
-
Packages that use CreateDashboardRequest Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.requests -
-
Uses of CreateDashboardRequest in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice with parameters of type CreateDashboardRequest Modifier and Type Method Description CreateDashboardResponse
Dashboard. createDashboard(CreateDashboardRequest request)
Creates a new dashboard in the dashboard group’s compartment using the details provided in request body.Future<CreateDashboardResponse>
DashboardAsync. createDashboard(CreateDashboardRequest request, AsyncHandler<CreateDashboardRequest,CreateDashboardResponse> handler)
Creates a new dashboard in the dashboard group’s compartment using the details provided in request body.Future<CreateDashboardResponse>
DashboardAsyncClient. createDashboard(CreateDashboardRequest request, AsyncHandler<CreateDashboardRequest,CreateDashboardResponse> handler)
CreateDashboardResponse
DashboardClient. createDashboard(CreateDashboardRequest request)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type CreateDashboardRequest Modifier and Type Method Description Future<CreateDashboardResponse>
DashboardAsync. createDashboard(CreateDashboardRequest request, AsyncHandler<CreateDashboardRequest,CreateDashboardResponse> handler)
Creates a new dashboard in the dashboard group’s compartment using the details provided in request body.Future<CreateDashboardResponse>
DashboardAsyncClient. createDashboard(CreateDashboardRequest request, AsyncHandler<CreateDashboardRequest,CreateDashboardResponse> handler)
-
Uses of CreateDashboardRequest in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return CreateDashboardRequest Modifier and Type Method Description CreateDashboardRequest
CreateDashboardRequest.Builder. build()
Build the instance of CreateDashboardRequest as configured by this builderCreateDashboardRequest
CreateDashboardRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDashboardRequest as configured by this builderMethods in com.oracle.bmc.dashboardservice.requests with parameters of type CreateDashboardRequest Modifier and Type Method Description CreateDashboardRequest.Builder
CreateDashboardRequest.Builder. copy(CreateDashboardRequest o)
Copy method to populate the builder with values from the given instance.
-