Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
Packages that use PutMethodRequest.Builder
Package
Description
-
Uses of PutMethodRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type PutMethodRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutMethodResponse>ApiGatewayAsyncClient.putMethod(Consumer<PutMethodRequest.Builder> putMethodRequest) Add a method to an existing Resource resource.default PutMethodResponseApiGatewayClient.putMethod(Consumer<PutMethodRequest.Builder> putMethodRequest) Add a method to an existing Resource resource. -
Uses of PutMethodRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutMethodRequest.BuilderModifier and TypeMethodDescriptionPutMethodRequest.Builder.apiKeyRequired(Boolean apiKeyRequired) Specifies whether the method required a valid ApiKey.PutMethodRequest.Builder.authorizationScopes(String... authorizationScopes) A list of authorization scopes configured on the method.PutMethodRequest.Builder.authorizationScopes(Collection<String> authorizationScopes) A list of authorization scopes configured on the method.PutMethodRequest.Builder.authorizationType(String authorizationType) The method's authorization type.PutMethodRequest.Builder.authorizerId(String authorizerId) Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM or COGNITO_USER_POOLS.static PutMethodRequest.BuilderPutMethodRequest.builder()PutMethodRequest.Builder.httpMethod(String httpMethod) Specifies the method request's HTTP method type.PutMethodRequest.Builder.operationName(String operationName) A human-friendly operation identifier for the method.PutMethodRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutMethodRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutMethodRequest.Builder.requestModels(Map<String, String> requestModels) Specifies the Model resources used for the request's content type.PutMethodRequest.Builder.requestParameters(Map<String, Boolean> requestParameters) A key-value map defining required or optional method request parameters that can be accepted by API Gateway.PutMethodRequest.Builder.requestValidatorId(String requestValidatorId) The identifier of a RequestValidator for validating the method request.PutMethodRequest.Builder.resourceId(String resourceId) The Resource identifier for the new Method resource.The string identifier of the associated RestApi.PutMethodRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutMethodRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutMethodRequest.Builder>PutMethodRequest.serializableBuilderClass()