Uses of Class
com.oracle.bmc.dashboardservice.responses.CreateDashboardGroupResponse
-
Packages that use CreateDashboardGroupResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of CreateDashboardGroupResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return CreateDashboardGroupResponse Modifier and Type Method Description CreateDashboardGroupResponse
DashboardGroup. createDashboardGroup(CreateDashboardGroupRequest request)
Creates a new dashboard group using the details provided in request body.CreateDashboardGroupResponse
DashboardGroupClient. createDashboardGroup(CreateDashboardGroupRequest request)
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type CreateDashboardGroupResponse Modifier and Type Method Description Future<CreateDashboardGroupResponse>
DashboardGroupAsync. createDashboardGroup(CreateDashboardGroupRequest request, AsyncHandler<CreateDashboardGroupRequest,CreateDashboardGroupResponse> handler)
Creates a new dashboard group using the details provided in request body.Future<CreateDashboardGroupResponse>
DashboardGroupAsyncClient. createDashboardGroup(CreateDashboardGroupRequest request, AsyncHandler<CreateDashboardGroupRequest,CreateDashboardGroupResponse> handler)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type CreateDashboardGroupResponse Modifier and Type Method Description Future<CreateDashboardGroupResponse>
DashboardGroupAsync. createDashboardGroup(CreateDashboardGroupRequest request, AsyncHandler<CreateDashboardGroupRequest,CreateDashboardGroupResponse> handler)
Creates a new dashboard group using the details provided in request body.Future<CreateDashboardGroupResponse>
DashboardGroupAsyncClient. createDashboardGroup(CreateDashboardGroupRequest request, AsyncHandler<CreateDashboardGroupRequest,CreateDashboardGroupResponse> handler)
-
Uses of CreateDashboardGroupResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return CreateDashboardGroupResponse Modifier and Type Method Description CreateDashboardGroupResponse
CreateDashboardGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type CreateDashboardGroupResponse Modifier and Type Method Description CreateDashboardGroupResponse.Builder
CreateDashboardGroupResponse.Builder. copy(CreateDashboardGroupResponse o)
Copy method to populate the builder with values from the given instance.
-