Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse.Builder
Packages that use GetMethodResponseResponse.Builder
-
Uses of GetMethodResponseResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetMethodResponseResponse.BuilderModifier and TypeMethodDescriptionGetMethodResponseResponse.builder()GetMethodResponseResponse.Builder.responseModels(Map<String, String> responseModels) Specifies the Model resources used for the response's content-type.GetMethodResponseResponse.Builder.responseParameters(Map<String, Boolean> responseParameters) A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.GetMethodResponseResponse.Builder.statusCode(String statusCode) The method response's status code.GetMethodResponseResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetMethodResponseResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMethodResponseResponse.Builder>GetMethodResponseResponse.serializableBuilderClass()