Uses of Class
com.oracle.bmc.dataintegration.requests.GetCountStatisticRequest
-
Packages that use GetCountStatisticRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetCountStatisticRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetCountStatisticRequest Modifier and Type Method Description GetCountStatisticResponse
DataIntegration. getCountStatistic(GetCountStatisticRequest request)
Retrieves statistics on a workspace.Future<GetCountStatisticResponse>
DataIntegrationAsync. getCountStatistic(GetCountStatisticRequest request, AsyncHandler<GetCountStatisticRequest,GetCountStatisticResponse> handler)
Retrieves statistics on a workspace.Future<GetCountStatisticResponse>
DataIntegrationAsyncClient. getCountStatistic(GetCountStatisticRequest request, AsyncHandler<GetCountStatisticRequest,GetCountStatisticResponse> handler)
GetCountStatisticResponse
DataIntegrationClient. getCountStatistic(GetCountStatisticRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetCountStatisticRequest Modifier and Type Method Description Future<GetCountStatisticResponse>
DataIntegrationAsync. getCountStatistic(GetCountStatisticRequest request, AsyncHandler<GetCountStatisticRequest,GetCountStatisticResponse> handler)
Retrieves statistics on a workspace.Future<GetCountStatisticResponse>
DataIntegrationAsyncClient. getCountStatistic(GetCountStatisticRequest request, AsyncHandler<GetCountStatisticRequest,GetCountStatisticResponse> handler)
-
Uses of GetCountStatisticRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetCountStatisticRequest Modifier and Type Method Description GetCountStatisticRequest
GetCountStatisticRequest.Builder. build()
Build the instance of GetCountStatisticRequest as configured by this builderGetCountStatisticRequest
GetCountStatisticRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCountStatisticRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetCountStatisticRequest Modifier and Type Method Description GetCountStatisticRequest.Builder
GetCountStatisticRequest.Builder. copy(GetCountStatisticRequest o)
Copy method to populate the builder with values from the given instance.
-