Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
PutIntegrationResult |
AmazonApiGatewayClient.putIntegration(PutIntegrationRequest putIntegrationRequest)
Represents a put integration.
|
PutIntegrationResult |
AmazonApiGateway.putIntegration(PutIntegrationRequest putIntegrationRequest)
Represents a put integration.
|
PutIntegrationResult |
AbstractAmazonApiGateway.putIntegration(PutIntegrationRequest request) |
java.util.concurrent.Future<PutIntegrationResult> |
AmazonApiGatewayAsyncClient.putIntegrationAsync(PutIntegrationRequest request) |
java.util.concurrent.Future<PutIntegrationResult> |
AmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest putIntegrationRequest)
Represents a put integration.
|
java.util.concurrent.Future<PutIntegrationResult> |
AbstractAmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest request) |
java.util.concurrent.Future<PutIntegrationResult> |
AmazonApiGatewayAsyncClient.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
java.util.concurrent.Future<PutIntegrationResult> |
AmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest putIntegrationRequest,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler)
Represents a put integration.
|
java.util.concurrent.Future<PutIntegrationResult> |
AbstractAmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PutIntegrationResult> |
AmazonApiGatewayAsyncClient.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
java.util.concurrent.Future<PutIntegrationResult> |
AmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest putIntegrationRequest,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler)
Represents a put integration.
|
java.util.concurrent.Future<PutIntegrationResult> |
AbstractAmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutIntegrationRequest |
PutIntegrationRequest.addRequestParametersEntry(java.lang.String key,
java.lang.String value) |
PutIntegrationRequest |
PutIntegrationRequest.addRequestTemplatesEntry(java.lang.String key,
java.lang.String value) |
PutIntegrationRequest |
PutIntegrationRequest.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
PutIntegrationRequest |
PutIntegrationRequest.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
PutIntegrationRequest |
PutIntegrationRequest.clone() |
PutIntegrationRequest |
PutIntegrationRequest.withCacheKeyParameters(java.util.Collection<java.lang.String> cacheKeyParameters)
Specifies a put integration input's cache key parameters.
|
PutIntegrationRequest |
PutIntegrationRequest.withCacheKeyParameters(java.lang.String... cacheKeyParameters)
Specifies a put integration input's cache key parameters.
|
PutIntegrationRequest |
PutIntegrationRequest.withCacheNamespace(java.lang.String cacheNamespace)
Specifies a put integration input's cache namespace.
|
PutIntegrationRequest |
PutIntegrationRequest.withCredentials(java.lang.String credentials)
Specifies whether credentials are required for a put integration.
|
PutIntegrationRequest |
PutIntegrationRequest.withHttpMethod(java.lang.String httpMethod)
Specifies a put integration request's HTTP method.
|
PutIntegrationRequest |
PutIntegrationRequest.withIntegrationHttpMethod(java.lang.String integrationHttpMethod)
Specifies a put integration HTTP method.
|
PutIntegrationRequest |
PutIntegrationRequest.withPassthroughBehavior(java.lang.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.
|
PutIntegrationRequest |
PutIntegrationRequest.withRequestParameters(java.util.Map<java.lang.String,java.lang.String> requestParameters)
Represents request parameters that are sent with the backend request.
|
PutIntegrationRequest |
PutIntegrationRequest.withRequestTemplates(java.util.Map<java.lang.String,java.lang.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.
|
PutIntegrationRequest |
PutIntegrationRequest.withResourceId(java.lang.String resourceId)
Specifies a put integration request's resource ID.
|
PutIntegrationRequest |
PutIntegrationRequest.withRestApiId(java.lang.String restApiId)
Specifies a put integration request's API identifier.
|
PutIntegrationRequest |
PutIntegrationRequest.withType(IntegrationType type)
Specifies a put integration input's type.
|
PutIntegrationRequest |
PutIntegrationRequest.withType(java.lang.String type)
Specifies a put integration input's type.
|
PutIntegrationRequest |
PutIntegrationRequest.withUri(java.lang.String uri)
Specifies a put integration input's Uniform Resource Identifier (URI).
|
Modifier and Type | Method and Description |
---|---|
Request<PutIntegrationRequest> |
PutIntegrationRequestMarshaller.marshall(PutIntegrationRequest putIntegrationRequest) |
Modifier and Type | Method and Description |
---|---|
Request<PutIntegrationRequest> |
PutIntegrationRequestMarshaller.marshall(PutIntegrationRequest putIntegrationRequest) |