Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
Packages that use GetMethodResponse.Builder
-
Uses of GetMethodResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetMethodResponse.BuilderModifier and TypeMethodDescriptionGetMethodResponse.Builder.apiKeyRequired(Boolean apiKeyRequired) A boolean flag specifying whether a valid ApiKey is required to invoke this method.GetMethodResponse.Builder.authorizationScopes(String... authorizationScopes) A list of authorization scopes configured on the method.GetMethodResponse.Builder.authorizationScopes(Collection<String> authorizationScopes) A list of authorization scopes configured on the method.GetMethodResponse.Builder.authorizationType(String authorizationType) The method's authorization type.GetMethodResponse.Builder.authorizerId(String authorizerId) The identifier of an Authorizer to use on this method.static GetMethodResponse.BuilderGetMethodResponse.builder()GetMethodResponse.Builder.httpMethod(String httpMethod) The method's HTTP verb.default GetMethodResponse.BuilderGetMethodResponse.Builder.methodIntegration(Consumer<Integration.Builder> methodIntegration) Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.GetMethodResponse.Builder.methodIntegration(Integration methodIntegration) Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.GetMethodResponse.Builder.methodResponses(Map<String, MethodResponse> methodResponses) Gets a method response associated with a given HTTP status code.GetMethodResponse.Builder.operationName(String operationName) A human-friendly operation identifier for the method.GetMethodResponse.Builder.requestModels(Map<String, String> requestModels) A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).GetMethodResponse.Builder.requestParameters(Map<String, Boolean> requestParameters) A key-value map defining required or optional method request parameters that can be accepted by API Gateway.GetMethodResponse.Builder.requestValidatorId(String requestValidatorId) The identifier of a RequestValidator for request validation.GetMethodResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetMethodResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMethodResponse.Builder>GetMethodResponse.serializableBuilderClass()