| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuthInfo.Builder |
AuthInfo.Builder.actionType(ActionType actionType)
The type of action for which the principal is being authorized.
|
AuthInfo.Builder |
AuthInfo.Builder.actionType(String actionType)
The type of action for which the principal is being authorized.
|
static AuthInfo.Builder |
AuthInfo.builder() |
AuthInfo.Builder |
AuthInfo.Builder.resources(Collection<String> resources)
The resources for which the principal is being authorized to perform the specified action.
|
AuthInfo.Builder |
AuthInfo.Builder.resources(String... resources)
The resources for which the principal is being authorized to perform the specified action.
|
AuthInfo.Builder |
AuthInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthInfo.Builder> |
AuthInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AuthResult.Builder |
AuthResult.Builder.authInfo(Consumer<AuthInfo.Builder> authInfo)
Authorization information.
|
Copyright © 2023. All rights reserved.