| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAuthorizerResult> |
AWSIotAsyncClient.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
Future<UpdateAuthorizerResult> |
AbstractAWSIotAsync.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
Future<UpdateAuthorizerResult> |
AWSIotAsync.updateAuthorizerAsync(UpdateAuthorizerRequest updateAuthorizerRequest,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler)
Updates an authorizer.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.addTokenSigningPublicKeysEntry(String key,
String value)
Add a single TokenSigningPublicKeys entry
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.clearTokenSigningPublicKeysEntries()
Removes all the entries added into TokenSigningPublicKeys.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.clone() |
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withAuthorizerFunctionArn(String authorizerFunctionArn)
The ARN of the authorizer's Lambda function.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withAuthorizerName(String authorizerName)
The authorizer name.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withEnableCachingForHttp(Boolean enableCachingForHttp)
When
true, the result from the authorizer’s Lambda function is cached for the time specified in
refreshAfterInSeconds. |
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withStatus(AuthorizerStatus status)
The status of the update authorizer request.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withStatus(String status)
The status of the update authorizer request.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withTokenKeyName(String tokenKeyName)
The key used to extract the token from the HTTP headers.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withTokenSigningPublicKeys(Map<String,String> tokenSigningPublicKeys)
The public keys used to verify the token signature.
|
Copyright © 2024. All rights reserved.