Uses of Class
software.amazon.awssdk.services.iot.model.UpdateAuthorizerResponse
-
Packages that use UpdateAuthorizerResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateAuthorizerResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateAuthorizerResponse Modifier and Type Method Description default UpdateAuthorizerResponseIotClient. updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder> updateAuthorizerRequest)Updates an authorizer.default UpdateAuthorizerResponseIotClient. updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)Updates an authorizer.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateAuthorizerResponse Modifier and Type Method Description default CompletableFuture<UpdateAuthorizerResponse>IotAsyncClient. updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder> updateAuthorizerRequest)Updates an authorizer.default CompletableFuture<UpdateAuthorizerResponse>IotAsyncClient. updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)Updates an authorizer.
-