Uses of Class
com.amazonaws.services.apigateway.model.PutMethodRequest
Packages that use PutMethodRequest
-
Uses of PutMethodRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type PutMethodRequestModifier 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.AbstractAmazonApiGatewayAsync.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 PutMethodRequestModifier 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 PutMethodRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutMethodRequestModifier and TypeMethodDescriptionPutMethodRequest.addRequestModelsEntry
(String key, String value) PutMethodRequest.addRequestParametersEntry
(String key, Boolean value) PutMethodRequest.clearRequestModelsEntries()
Removes all the entries added into RequestModels.PutMethodRequest.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.PutMethodRequest.clone()
PutMethodRequest.withApiKeyRequired
(Boolean apiKeyRequired) Specifies whether the method required a valid ApiKey.PutMethodRequest.withAuthorizationType
(String authorizationType) Specifies the type of authorization used for the method.PutMethodRequest.withAuthorizerId
(String authorizerId) Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.PutMethodRequest.withHttpMethod
(String httpMethod) Specifies the put method request's HTTP method type.PutMethodRequest.withRequestModels
(Map<String, String> requestModels) Specifies the Model resources used for the request's content type.PutMethodRequest.withRequestParameters
(Map<String, Boolean> requestParameters) Represents requests parameters that are sent with the backend request.PutMethodRequest.withResourceId
(String resourceId) PutMethodRequest.withRestApiId
(String restApiId)