Uses of Class
com.oracle.bmc.dashboardservice.responses.CreateDashboardResponse
-
Packages that use CreateDashboardResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of CreateDashboardResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return CreateDashboardResponse 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.CreateDashboardResponse
DashboardClient. createDashboard(CreateDashboardRequest request)
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type CreateDashboardResponse 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)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type CreateDashboardResponse 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 CreateDashboardResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return CreateDashboardResponse Modifier and Type Method Description CreateDashboardResponse
CreateDashboardResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type CreateDashboardResponse Modifier and Type Method Description CreateDashboardResponse.Builder
CreateDashboardResponse.Builder. copy(CreateDashboardResponse o)
Copy method to populate the builder with values from the given instance.
-