Uses of Class
com.amazonaws.services.apigateway.model.TestInvokeMethodRequest
Packages that use TestInvokeMethodRequest
-
Uses of TestInvokeMethodRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type TestInvokeMethodRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.testInvokeMethod(TestInvokeMethodRequest request) AmazonApiGateway.testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest) AmazonApiGatewayClient.testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest) AbstractAmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest request) AbstractAmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest request, AsyncHandler<TestInvokeMethodRequest, TestInvokeMethodResult> asyncHandler) AmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest testInvokeMethodRequest) AmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest testInvokeMethodRequest, AsyncHandler<TestInvokeMethodRequest, TestInvokeMethodResult> asyncHandler) AmazonApiGatewayAsyncClient.testInvokeMethodAsync(TestInvokeMethodRequest request) AmazonApiGatewayAsyncClient.testInvokeMethodAsync(TestInvokeMethodRequest request, AsyncHandler<TestInvokeMethodRequest, TestInvokeMethodResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type TestInvokeMethodRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest request, AsyncHandler<TestInvokeMethodRequest, TestInvokeMethodResult> asyncHandler) AmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest testInvokeMethodRequest, AsyncHandler<TestInvokeMethodRequest, TestInvokeMethodResult> asyncHandler) AmazonApiGatewayAsyncClient.testInvokeMethodAsync(TestInvokeMethodRequest request, AsyncHandler<TestInvokeMethodRequest, TestInvokeMethodResult> asyncHandler) -
Uses of TestInvokeMethodRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return TestInvokeMethodRequestModifier and TypeMethodDescriptionTestInvokeMethodRequest.addHeadersEntry(String key, String value) TestInvokeMethodRequest.addStageVariablesEntry(String key, String value) TestInvokeMethodRequest.clearHeadersEntries()Removes all the entries added into Headers.TestInvokeMethodRequest.clearStageVariablesEntries()Removes all the entries added into StageVariables.TestInvokeMethodRequest.clone()The simulated request body of an incoming invocation request.TestInvokeMethodRequest.withClientCertificateId(String clientCertificateId) A ClientCertificate identifier to use in the test invocation.TestInvokeMethodRequest.withHeaders(Map<String, String> headers) A key-value map of headers to simulate an incoming invocation request.TestInvokeMethodRequest.withHttpMethod(String httpMethod) Specifies a test invoke method request's HTTP method.TestInvokeMethodRequest.withPathWithQueryString(String pathWithQueryString) The URI path, including query string, of the simulated invocation request.TestInvokeMethodRequest.withResourceId(String resourceId) Specifies a test invoke method request's resource ID.TestInvokeMethodRequest.withRestApiId(String restApiId) Specifies a test invoke method request's API identifier.TestInvokeMethodRequest.withStageVariables(Map<String, String> stageVariables) A key-value map of stage variables to simulate an invocation on a deployed Stage.