Uses of Class
com.oracle.bmc.dataintegration.responses.GetCountStatisticResponse
-
Packages that use GetCountStatisticResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetCountStatisticResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetCountStatisticResponse Modifier and Type Method Description GetCountStatisticResponse
DataIntegration. getCountStatistic(GetCountStatisticRequest request)
Retrieves statistics on a workspace.GetCountStatisticResponse
DataIntegrationClient. getCountStatistic(GetCountStatisticRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetCountStatisticResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetCountStatisticResponse 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 GetCountStatisticResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetCountStatisticResponse Modifier and Type Method Description GetCountStatisticResponse
GetCountStatisticResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetCountStatisticResponse Modifier and Type Method Description GetCountStatisticResponse.Builder
GetCountStatisticResponse.Builder. copy(GetCountStatisticResponse o)
Copy method to populate the builder with values from the given instance.
-