Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
TestInvokeAuthorizerResult |
AmazonApiGatewayClient.testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Simulate the execution of an Authorizer in your RestApi
with headers, parameters, and an incoming request body.
|
TestInvokeAuthorizerResult |
AmazonApiGateway.testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Simulate the execution of an Authorizer in your RestApi
with headers, parameters, and an incoming request body.
|
TestInvokeAuthorizerResult |
AbstractAmazonApiGateway.testInvokeAuthorizer(TestInvokeAuthorizerRequest request) |
java.util.concurrent.Future<TestInvokeAuthorizerResult> |
AmazonApiGatewayAsyncClient.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request) |
java.util.concurrent.Future<TestInvokeAuthorizerResult> |
AmazonApiGatewayAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Simulate the execution of an Authorizer in your RestApi
with headers, parameters, and an incoming request body.
|
java.util.concurrent.Future<TestInvokeAuthorizerResult> |
AbstractAmazonApiGatewayAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request) |
java.util.concurrent.Future<TestInvokeAuthorizerResult> |
AmazonApiGatewayAsyncClient.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
java.util.concurrent.Future<TestInvokeAuthorizerResult> |
AmazonApiGatewayAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler)
Simulate the execution of an Authorizer in your RestApi
with headers, parameters, and an incoming request body.
|
java.util.concurrent.Future<TestInvokeAuthorizerResult> |
AbstractAmazonApiGatewayAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<TestInvokeAuthorizerResult> |
AmazonApiGatewayAsyncClient.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
java.util.concurrent.Future<TestInvokeAuthorizerResult> |
AmazonApiGatewayAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler)
Simulate the execution of an Authorizer in your RestApi
with headers, parameters, and an incoming request body.
|
java.util.concurrent.Future<TestInvokeAuthorizerResult> |
AbstractAmazonApiGatewayAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.addAdditionalContextEntry(java.lang.String key,
java.lang.String value) |
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.addHeadersEntry(java.lang.String key,
java.lang.String value) |
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.addStageVariablesEntry(java.lang.String key,
java.lang.String value) |
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clearAdditionalContextEntries()
Removes all the entries added into AdditionalContext.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clearHeadersEntries()
Removes all the entries added into Headers.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clone() |
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withAdditionalContext(java.util.Map<java.lang.String,java.lang.String> additionalContext)
[Optional] A key-value map of additional context variables.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withAuthorizerId(java.lang.String authorizerId)
Specifies a test invoke authorizer request's Authorizer ID.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withBody(java.lang.String body)
[Optional] The simulated request body of an incoming invocation request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withHeaders(java.util.Map<java.lang.String,java.lang.String> headers)
[Required] A key-value map of headers to simulate an incoming invocation
request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withPathWithQueryString(java.lang.String pathWithQueryString)
[Optional] The URI path, including query string, of the simulated
invocation request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withRestApiId(java.lang.String restApiId)
Specifies a test invoke authorizer request's RestApi identifier.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withStageVariables(java.util.Map<java.lang.String,java.lang.String> stageVariables)
A key-value map of stage variables to simulate an invocation on a
deployed Stage.
|
Modifier and Type | Method and Description |
---|---|
Request<TestInvokeAuthorizerRequest> |
TestInvokeAuthorizerRequestMarshaller.marshall(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest) |
Modifier and Type | Method and Description |
---|---|
Request<TestInvokeAuthorizerRequest> |
TestInvokeAuthorizerRequestMarshaller.marshall(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest) |