| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupsResult |
AbstractAWSIot.listBillingGroups(ListBillingGroupsRequest request) |
ListBillingGroupsResult |
AWSIot.listBillingGroups(ListBillingGroupsRequest listBillingGroupsRequest)
Lists the billing groups you have created.
|
ListBillingGroupsResult |
AWSIotClient.listBillingGroups(ListBillingGroupsRequest request)
Lists the billing groups you have created.
|
| 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 |
|---|---|
ListBillingGroupsResult |
ListBillingGroupsResult.clone() |
ListBillingGroupsResult |
ListBillingGroupsResult.withBillingGroups(Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
|
ListBillingGroupsResult |
ListBillingGroupsResult.withBillingGroups(GroupNameAndArn... billingGroups)
The list of billing groups.
|
ListBillingGroupsResult |
ListBillingGroupsResult.withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
Copyright © 2019. All rights reserved.