Uses of Interface
software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
Packages that use TestInvokeAuthorizerRequest.Builder
Package
Description
-
Uses of TestInvokeAuthorizerRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type TestInvokeAuthorizerRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder> testInvokeAuthorizerRequest) Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.default TestInvokeAuthorizerResponseApiGatewayClient.testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder> testInvokeAuthorizerRequest) Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body. -
Uses of TestInvokeAuthorizerRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return TestInvokeAuthorizerRequest.BuilderModifier and TypeMethodDescriptionTestInvokeAuthorizerRequest.Builder.additionalContext(Map<String, String> additionalContext) A key-value map of additional context variables.TestInvokeAuthorizerRequest.Builder.authorizerId(String authorizerId) Specifies a test invoke authorizer request's Authorizer ID.The simulated request body of an incoming invocation request.TestInvokeAuthorizerRequest.builder()A key-value map of headers to simulate an incoming invocation request.TestInvokeAuthorizerRequest.Builder.multiValueHeaders(Map<String, ? extends Collection<String>> multiValueHeaders) The headers as a map from string to list of values to simulate an incoming invocation request.TestInvokeAuthorizerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TestInvokeAuthorizerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) TestInvokeAuthorizerRequest.Builder.pathWithQueryString(String pathWithQueryString) The URI path, including query string, of the simulated invocation request.The string identifier of the associated RestApi.TestInvokeAuthorizerRequest.Builder.stageVariables(Map<String, String> stageVariables) A key-value map of stage variables to simulate an invocation on a deployed Stage.TestInvokeAuthorizerRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type TestInvokeAuthorizerRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestInvokeAuthorizerRequest.Builder>TestInvokeAuthorizerRequest.serializableBuilderClass()