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) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.addAuthorizationEntry(java.lang.String key,
java.util.List<java.lang.String> value) |
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.clearAuthorizationEntries()
Removes all the entries added into Authorization.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.clone() |
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withAuthorization(java.util.Map<java.lang.String,java.util.List<java.lang.String>> authorization) |
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withClientStatus(java.lang.Integer clientStatus)
The HTTP status code that the client would have received.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withLatency(java.lang.Long latency)
The execution latency of the test authorizer request
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withLog(java.lang.String log)
The Amazon API Gateway execution log for the test authorizer request.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withPolicy(java.lang.String policy)
The policy JSON document returned by the Authorizer
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withPrincipalId(java.lang.String principalId)
The principal identity returned by the Authorizer
|
Modifier and Type | Method and Description |
---|---|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |