Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
Packages that use UpdateAuthorizerResponse
-
Uses of UpdateAuthorizerResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateAuthorizerResponseModifier and TypeMethodDescriptiondefault UpdateAuthorizerResponseApiGatewayClient.updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder> updateAuthorizerRequest) Updates an existing Authorizer resource.default UpdateAuthorizerResponseApiGatewayClient.updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest) Updates an existing Authorizer resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateAuthorizerResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder> updateAuthorizerRequest) Updates an existing Authorizer resource.ApiGatewayAsyncClient.updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest) Updates an existing Authorizer resource.