| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBillingGroupsResult> |
AbstractAWSIotAsync.listBillingGroupsAsync(ListBillingGroupsRequest request,
AsyncHandler<ListBillingGroupsRequest,ListBillingGroupsResult> asyncHandler) |
Future<ListBillingGroupsResult> |
AWSIotAsync.listBillingGroupsAsync(ListBillingGroupsRequest listBillingGroupsRequest,
AsyncHandler<ListBillingGroupsRequest,ListBillingGroupsResult> asyncHandler)
Lists the billing groups you have created.
|
Future<ListBillingGroupsResult> |
AWSIotAsyncClient.listBillingGroupsAsync(ListBillingGroupsRequest request,
AsyncHandler<ListBillingGroupsRequest,ListBillingGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupsRequest |
ListBillingGroupsRequest.clone() |
ListBillingGroupsRequest |
ListBillingGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListBillingGroupsRequest |
ListBillingGroupsRequest.withNamePrefixFilter(String namePrefixFilter)
Limit the results to billing groups whose names have the given prefix.
|
ListBillingGroupsRequest |
ListBillingGroupsRequest.withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
Copyright © 2023. All rights reserved.