| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizerResult |
AWSIotClient.createAuthorizer(CreateAuthorizerRequest request)
Creates an authorizer.
|
CreateAuthorizerResult |
AWSIot.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)
Creates an authorizer.
|
CreateAuthorizerResult |
AbstractAWSIot.createAuthorizer(CreateAuthorizerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAuthorizerResult> |
AWSIotAsyncClient.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
Future<CreateAuthorizerResult> |
AWSIotAsync.createAuthorizerAsync(CreateAuthorizerRequest createAuthorizerRequest,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler)
Creates an authorizer.
|
Future<CreateAuthorizerResult> |
AbstractAWSIotAsync.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizerResult |
CreateAuthorizerResult.clone() |
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerArn(String authorizerArn)
The authorizer ARN.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerName(String authorizerName)
The authorizer's name.
|
Copyright © 2024. All rights reserved.