Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
Packages that use CreateAuthorizerResponse
-
Uses of CreateAuthorizerResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateAuthorizerResponseModifier and TypeMethodDescriptiondefault CreateAuthorizerResponseApiGatewayClient.createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest) Adds a new Authorizer resource to an existing RestApi resource.default CreateAuthorizerResponseApiGatewayClient.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest) Adds a new Authorizer resource to an existing RestApi resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateAuthorizerResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest) Adds a new Authorizer resource to an existing RestApi resource.ApiGatewayAsyncClient.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest) Adds a new Authorizer resource to an existing RestApi resource.