| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizerSummary> |
ListAuthorizersResponse.authorizers()
The authorizers.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuthorizersResponse.Builder |
ListAuthorizersResponse.Builder.authorizers(AuthorizerSummary... authorizers)
The authorizers.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuthorizersResponse.Builder |
ListAuthorizersResponse.Builder.authorizers(Collection<AuthorizerSummary> authorizers)
The authorizers.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AuthorizerSummary> |
ListAuthorizersPublisher.authorizers()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AuthorizerSummary> |
ListAuthorizersIterable.authorizers()
Returns an iterable to iterate through the paginated
ListAuthorizersResponse.authorizers() member. |
Copyright © 2022. All rights reserved.