Uses of Class
com.oracle.bmc.dashboardservice.requests.CreateDashboardGroupRequest
-
Packages that use CreateDashboardGroupRequest Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.requests -
-
Uses of CreateDashboardGroupRequest in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice with parameters of type CreateDashboardGroupRequest Modifier and Type Method Description CreateDashboardGroupResponse
DashboardGroup. createDashboardGroup(CreateDashboardGroupRequest request)
Creates a new dashboard group using the details provided in request body.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)
CreateDashboardGroupResponse
DashboardGroupClient. createDashboardGroup(CreateDashboardGroupRequest request)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type CreateDashboardGroupRequest 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 CreateDashboardGroupRequest in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return CreateDashboardGroupRequest Modifier and Type Method Description CreateDashboardGroupRequest
CreateDashboardGroupRequest.Builder. build()
Build the instance of CreateDashboardGroupRequest as configured by this builderCreateDashboardGroupRequest
CreateDashboardGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDashboardGroupRequest as configured by this builderMethods in com.oracle.bmc.dashboardservice.requests with parameters of type CreateDashboardGroupRequest Modifier and Type Method Description CreateDashboardGroupRequest.Builder
CreateDashboardGroupRequest.Builder. copy(CreateDashboardGroupRequest o)
Copy method to populate the builder with values from the given instance.
-