Uses of Class
software.amazon.awssdk.services.iot.model.CreateAuthorizerResponse
-
Packages that use CreateAuthorizerResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreateAuthorizerResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreateAuthorizerResponse Modifier and Type Method Description default CreateAuthorizerResponseIotClient. createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest)Creates an authorizer.default CreateAuthorizerResponseIotClient. createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)Creates an authorizer.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreateAuthorizerResponse Modifier and Type Method Description default CompletableFuture<CreateAuthorizerResponse>IotAsyncClient. createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest)Creates an authorizer.default CompletableFuture<CreateAuthorizerResponse>IotAsyncClient. createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)Creates an authorizer.
-