Uses of Class
com.amazonaws.services.apigateway.model.PutMethodResult
Packages that use PutMethodResult
-
Uses of PutMethodResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return PutMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.putMethod
(PutMethodRequest request) AmazonApiGateway.putMethod
(PutMethodRequest putMethodRequest) Add a method to an existing Resource resource.AmazonApiGatewayClient.putMethod
(PutMethodRequest putMethodRequest) Add a method to an existing Resource resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type PutMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.putMethodAsync
(PutMethodRequest request) AbstractAmazonApiGatewayAsync.putMethodAsync
(PutMethodRequest request, AsyncHandler<PutMethodRequest, PutMethodResult> asyncHandler) AmazonApiGatewayAsync.putMethodAsync
(PutMethodRequest putMethodRequest) Add a method to an existing Resource resource.AmazonApiGatewayAsync.putMethodAsync
(PutMethodRequest putMethodRequest, AsyncHandler<PutMethodRequest, PutMethodResult> asyncHandler) Add a method to an existing Resource resource.AmazonApiGatewayAsyncClient.putMethodAsync
(PutMethodRequest request) AmazonApiGatewayAsyncClient.putMethodAsync
(PutMethodRequest request, AsyncHandler<PutMethodRequest, PutMethodResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type PutMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.putMethodAsync
(PutMethodRequest request, AsyncHandler<PutMethodRequest, PutMethodResult> asyncHandler) AmazonApiGatewayAsync.putMethodAsync
(PutMethodRequest putMethodRequest, AsyncHandler<PutMethodRequest, PutMethodResult> asyncHandler) Add a method to an existing Resource resource.AmazonApiGatewayAsyncClient.putMethodAsync
(PutMethodRequest request, AsyncHandler<PutMethodRequest, PutMethodResult> asyncHandler) -
Uses of PutMethodResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutMethodResultModifier and TypeMethodDescriptionPutMethodResult.addMethodResponsesEntry
(String key, MethodResponse value) PutMethodResult.addRequestModelsEntry
(String key, String value) PutMethodResult.addRequestParametersEntry
(String key, Boolean value) PutMethodResult.clearMethodResponsesEntries()
Removes all the entries added into MethodResponses.PutMethodResult.clearRequestModelsEntries()
Removes all the entries added into RequestModels.PutMethodResult.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.PutMethodResult.clone()
PutMethodResult.withApiKeyRequired
(Boolean apiKeyRequired) Specifies whether the method requires a valid ApiKey.PutMethodResult.withAuthorizationType
(String authorizationType) The method's authorization type.PutMethodResult.withAuthorizerId
(String authorizerId) Specifies the identifier of an Authorizer to use on this Method.PutMethodResult.withHttpMethod
(String httpMethod) The HTTP method.PutMethodResult.withMethodIntegration
(Integration methodIntegration) The method's integration.PutMethodResult.withMethodResponses
(Map<String, MethodResponse> methodResponses) Represents available responses that can be sent to the caller.PutMethodResult.withRequestModels
(Map<String, String> requestModels) Specifies the Model resources used for the request's content type.PutMethodResult.withRequestParameters
(Map<String, Boolean> requestParameters) Represents request parameters that can be accepted by Amazon API Gateway.