Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateMethodResponseResult> |
AmazonApiGatewayAsyncClient.updateMethodResponseAsync(UpdateMethodResponseRequest request,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler) |
java.util.concurrent.Future<UpdateMethodResponseResult> |
AmazonApiGatewayAsync.updateMethodResponseAsync(UpdateMethodResponseRequest updateMethodResponseRequest,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler)
Updates an existing MethodResponse resource.
|
java.util.concurrent.Future<UpdateMethodResponseResult> |
AbstractAmazonApiGatewayAsync.updateMethodResponseAsync(UpdateMethodResponseRequest request,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.clone() |
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withHttpMethod(java.lang.String httpMethod)
The HTTP verb identifier for the parent Method resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withResourceId(java.lang.String resourceId)
The Resource identifier for the MethodResponse resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withRestApiId(java.lang.String restApiId)
The RestApi identifier for the MethodResponse resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withStatusCode(java.lang.String statusCode)
The status code identifier for the MethodResponse resource.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateMethodResponseRequest> |
UpdateMethodResponseRequestMarshaller.marshall(UpdateMethodResponseRequest updateMethodResponseRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateMethodResponseRequest> |
UpdateMethodResponseRequestMarshaller.marshall(UpdateMethodResponseRequest updateMethodResponseRequest) |