Uses of Class
com.oracle.bmc.usage.requests.ListRewardsRequest
-
Packages that use ListRewardsRequest Package Description com.oracle.bmc.usage com.oracle.bmc.usage.requests -
-
Uses of ListRewardsRequest in com.oracle.bmc.usage
Methods in com.oracle.bmc.usage with parameters of type ListRewardsRequest Modifier and Type Method Description ListRewardsResponseRewards. listRewards(ListRewardsRequest request)Returns the list of rewards for a subscription ID.Future<ListRewardsResponse>RewardsAsync. listRewards(ListRewardsRequest request, AsyncHandler<ListRewardsRequest,ListRewardsResponse> handler)Returns the list of rewards for a subscription ID.Future<ListRewardsResponse>RewardsAsyncClient. listRewards(ListRewardsRequest request, AsyncHandler<ListRewardsRequest,ListRewardsResponse> handler)ListRewardsResponseRewardsClient. listRewards(ListRewardsRequest request)Method parameters in com.oracle.bmc.usage with type arguments of type ListRewardsRequest Modifier and Type Method Description Future<ListRewardsResponse>RewardsAsync. listRewards(ListRewardsRequest request, AsyncHandler<ListRewardsRequest,ListRewardsResponse> handler)Returns the list of rewards for a subscription ID.Future<ListRewardsResponse>RewardsAsyncClient. listRewards(ListRewardsRequest request, AsyncHandler<ListRewardsRequest,ListRewardsResponse> handler) -
Uses of ListRewardsRequest in com.oracle.bmc.usage.requests
Methods in com.oracle.bmc.usage.requests that return ListRewardsRequest Modifier and Type Method Description ListRewardsRequestListRewardsRequest.Builder. build()Build the instance of ListRewardsRequest as configured by this builderListRewardsRequestListRewardsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListRewardsRequest as configured by this builderMethods in com.oracle.bmc.usage.requests with parameters of type ListRewardsRequest Modifier and Type Method Description ListRewardsRequest.BuilderListRewardsRequest.Builder. copy(ListRewardsRequest o)Copy method to populate the builder with values from the given instance.
-