Uses of Class
com.amazonaws.services.apigateway.model.GetIntegrationResult
Packages that use GetIntegrationResult
-
Uses of GetIntegrationResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetIntegrationResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getIntegration(GetIntegrationRequest request) AmazonApiGateway.getIntegration(GetIntegrationRequest getIntegrationRequest) Represents a get integration.AmazonApiGatewayClient.getIntegration(GetIntegrationRequest getIntegrationRequest) Represents a get integration.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetIntegrationResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request) AbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest) Represents a get integration.AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) Represents a get integration.AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request) AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetIntegrationResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) Represents a get integration.AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) -
Uses of GetIntegrationResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetIntegrationResultModifier and TypeMethodDescriptionGetIntegrationResult.addIntegrationResponsesEntry(String key, IntegrationResponse value) GetIntegrationResult.addRequestParametersEntry(String key, String value) GetIntegrationResult.addRequestTemplatesEntry(String key, String value) GetIntegrationResult.clearIntegrationResponsesEntries()Removes all the entries added into IntegrationResponses.GetIntegrationResult.clearRequestParametersEntries()Removes all the entries added into RequestParameters.GetIntegrationResult.clearRequestTemplatesEntries()Removes all the entries added into RequestTemplates.GetIntegrationResult.clone()GetIntegrationResult.withCacheKeyParameters(String... cacheKeyParameters) Specifies the integration's cache key parameters.GetIntegrationResult.withCacheKeyParameters(Collection<String> cacheKeyParameters) Specifies the integration's cache key parameters.GetIntegrationResult.withCacheNamespace(String cacheNamespace) Specifies the integration's cache namespace.GetIntegrationResult.withCredentials(String credentials) Specifies the credentials required for the integration, if any.GetIntegrationResult.withHttpMethod(String httpMethod) Specifies the integration's HTTP method type.GetIntegrationResult.withIntegrationResponses(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.GetIntegrationResult.withPassthroughBehavior(String passthroughBehavior) Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration.GetIntegrationResult.withRequestParameters(Map<String, String> requestParameters) Represents requests parameters that are sent with the backend request.GetIntegrationResult.withRequestTemplates(Map<String, String> requestTemplates) Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.GetIntegrationResult.withType(IntegrationType type) Specifies the integration's type.Specifies the integration's type.Specifies the integration's Uniform Resource Identifier (URI).