| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
TestInvokeAuthorizerResult |
AWSIotClient.testInvokeAuthorizer(TestInvokeAuthorizerRequest request)
Tests a custom authorization behavior by invoking a specified custom authorizer.
|
TestInvokeAuthorizerResult |
AbstractAWSIot.testInvokeAuthorizer(TestInvokeAuthorizerRequest request) |
TestInvokeAuthorizerResult |
AWSIot.testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Tests a custom authorization behavior by invoking a specified custom authorizer.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TestInvokeAuthorizerResult> |
AWSIotAsyncClient.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
Future<TestInvokeAuthorizerResult> |
AbstractAWSIotAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
Future<TestInvokeAuthorizerResult> |
AWSIotAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler)
Tests a custom authorization behavior by invoking a specified custom authorizer.
|
| Modifier and Type | Method and Description |
|---|---|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.clone() |
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withDisconnectAfterInSeconds(Integer disconnectAfterInSeconds)
The number of seconds after which the connection is terminated.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withIsAuthenticated(Boolean isAuthenticated)
True if the token is authenticated, otherwise false.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withPolicyDocuments(Collection<String> policyDocuments)
IAM policy documents.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withPolicyDocuments(String... policyDocuments)
IAM policy documents.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withPrincipalId(String principalId)
The principal ID.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withRefreshAfterInSeconds(Integer refreshAfterInSeconds)
The number of seconds after which the temporary credentials are refreshed.
|
Copyright © 2022. All rights reserved.