| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDomainConfigurationsResult> |
AWSIotAsyncClient.listDomainConfigurationsAsync(ListDomainConfigurationsRequest request,
AsyncHandler<ListDomainConfigurationsRequest,ListDomainConfigurationsResult> asyncHandler) |
Future<ListDomainConfigurationsResult> |
AbstractAWSIotAsync.listDomainConfigurationsAsync(ListDomainConfigurationsRequest request,
AsyncHandler<ListDomainConfigurationsRequest,ListDomainConfigurationsResult> asyncHandler) |
Future<ListDomainConfigurationsResult> |
AWSIotAsync.listDomainConfigurationsAsync(ListDomainConfigurationsRequest listDomainConfigurationsRequest,
AsyncHandler<ListDomainConfigurationsRequest,ListDomainConfigurationsResult> asyncHandler)
Gets a list of domain configurations for the user.
|
| Modifier and Type | Method and Description |
|---|---|
ListDomainConfigurationsRequest |
ListDomainConfigurationsRequest.clone() |
ListDomainConfigurationsRequest |
ListDomainConfigurationsRequest.withMarker(String marker)
The marker for the next set of results.
|
ListDomainConfigurationsRequest |
ListDomainConfigurationsRequest.withPageSize(Integer pageSize)
The result page size.
|
ListDomainConfigurationsRequest |
ListDomainConfigurationsRequest.withServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
ListDomainConfigurationsRequest |
ListDomainConfigurationsRequest.withServiceType(String serviceType)
The type of service delivered by the endpoint.
|
Copyright © 2023. All rights reserved.