| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default TestInvokeAuthorizerResponse |
IotClient.testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder> testInvokeAuthorizerRequest)
Tests a custom authorization behavior by invoking a specified custom authorizer.
|
default TestInvokeAuthorizerResponse |
IotClient.testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Tests a custom authorization behavior by invoking a specified custom authorizer.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TestInvokeAuthorizerResponse> |
IotAsyncClient.testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder> testInvokeAuthorizerRequest)
Tests a custom authorization behavior by invoking a specified custom authorizer.
|
default CompletableFuture<TestInvokeAuthorizerResponse> |
IotAsyncClient.testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Tests a custom authorization behavior by invoking a specified custom authorizer.
|
Copyright © 2022. All rights reserved.