Uses of Class
software.amazon.awssdk.services.iot.model.TestInvokeAuthorizerResponse
-
Packages that use TestInvokeAuthorizerResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of TestInvokeAuthorizerResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return TestInvokeAuthorizerResponse Modifier and Type Method Description default TestInvokeAuthorizerResponseIotClient. testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder> testInvokeAuthorizerRequest)Tests a custom authorization behavior by invoking a specified custom authorizer.default TestInvokeAuthorizerResponseIotClient. testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)Tests a custom authorization behavior by invoking a specified custom authorizer.Methods in software.amazon.awssdk.services.iot that return types with arguments of type TestInvokeAuthorizerResponse Modifier and Type Method 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.
-