Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
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) |
Future<ListBillingGroupsResult> |
AbstractAWSIotAsync.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)
The token to retrieve the next set of results.
|
Copyright © 2020. All rights reserved.