Uses of Class
com.oracle.bmc.queue.requests.GetStatsRequest
-
Packages that use GetStatsRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of GetStatsRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type GetStatsRequest Modifier and Type Method Description GetStatsResponse
Queue. getStats(GetStatsRequest request)
Gets the statistics for the queue and its dead letter queue.Future<GetStatsResponse>
QueueAsync. getStats(GetStatsRequest request, AsyncHandler<GetStatsRequest,GetStatsResponse> handler)
Gets the statistics for the queue and its dead letter queue.Future<GetStatsResponse>
QueueAsyncClient. getStats(GetStatsRequest request, AsyncHandler<GetStatsRequest,GetStatsResponse> handler)
GetStatsResponse
QueueClient. getStats(GetStatsRequest request)
Method parameters in com.oracle.bmc.queue with type arguments of type GetStatsRequest Modifier and Type Method Description Future<GetStatsResponse>
QueueAsync. getStats(GetStatsRequest request, AsyncHandler<GetStatsRequest,GetStatsResponse> handler)
Gets the statistics for the queue and its dead letter queue.Future<GetStatsResponse>
QueueAsyncClient. getStats(GetStatsRequest request, AsyncHandler<GetStatsRequest,GetStatsResponse> handler)
-
Uses of GetStatsRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return GetStatsRequest Modifier and Type Method Description GetStatsRequest
GetStatsRequest.Builder. build()
Build the instance of GetStatsRequest as configured by this builderGetStatsRequest
GetStatsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetStatsRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type GetStatsRequest Modifier and Type Method Description GetStatsRequest.Builder
GetStatsRequest.Builder. copy(GetStatsRequest o)
Copy method to populate the builder with values from the given instance.
-