Uses of Class
com.oracle.bmc.dashboardservice.requests.GetDashboardRequest
-
Packages that use GetDashboardRequest Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.requests -
-
Uses of GetDashboardRequest in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type GetDashboardRequest Modifier and Type Method Description Waiter<GetDashboardRequest,GetDashboardResponse>
DashboardWaiters. forDashboard(GetDashboardRequest request, Dashboard.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDashboardRequest,GetDashboardResponse>
DashboardWaiters. forDashboard(GetDashboardRequest request, Dashboard.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDashboardRequest,GetDashboardResponse>
DashboardWaiters. forDashboard(GetDashboardRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Dashboard.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dashboardservice with type arguments of type GetDashboardRequest Modifier and Type Method Description Future<GetDashboardResponse>
DashboardAsync. getDashboard(GetDashboardRequest request, AsyncHandler<GetDashboardRequest,GetDashboardResponse> handler)
Gets the specified dashboard’s information.Future<GetDashboardResponse>
DashboardAsyncClient. getDashboard(GetDashboardRequest request, AsyncHandler<GetDashboardRequest,GetDashboardResponse> handler)
-
Uses of GetDashboardRequest in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return GetDashboardRequest Modifier and Type Method Description GetDashboardRequest
GetDashboardRequest.Builder. build()
Build the instance of GetDashboardRequest as configured by this builderGetDashboardRequest
GetDashboardRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDashboardRequest as configured by this builderMethods in com.oracle.bmc.dashboardservice.requests with parameters of type GetDashboardRequest Modifier and Type Method Description GetDashboardRequest.Builder
GetDashboardRequest.Builder. copy(GetDashboardRequest o)
Copy method to populate the builder with values from the given instance.
-