| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizerSummary |
AuthorizerSummary.clone() |
AuthorizerSummary |
AuthorizerSummary.withAuthorizerArn(String authorizerArn)
The authorizer ARN.
|
AuthorizerSummary |
AuthorizerSummary.withAuthorizerName(String authorizerName)
The authorizer name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizerSummary> |
ListAuthorizersResult.getAuthorizers()
The authorizers.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuthorizersResult |
ListAuthorizersResult.withAuthorizers(AuthorizerSummary... authorizers)
The authorizers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAuthorizersResult.setAuthorizers(Collection<AuthorizerSummary> authorizers)
The authorizers.
|
ListAuthorizersResult |
ListAuthorizersResult.withAuthorizers(Collection<AuthorizerSummary> authorizers)
The authorizers.
|
Copyright © 2022. All rights reserved.