Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest.Builder
Packages that use GetMethodResponseRequest.Builder
Package
Description
-
Uses of GetMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetMethodResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.getMethodResponse(Consumer<GetMethodResponseRequest.Builder> getMethodResponseRequest) Describes a MethodResponse resource.default GetMethodResponseResponseApiGatewayClient.getMethodResponse(Consumer<GetMethodResponseRequest.Builder> getMethodResponseRequest) Describes a MethodResponse resource. -
Uses of GetMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetMethodResponseRequest.BuilderModifier and TypeMethodDescriptionGetMethodResponseRequest.builder()GetMethodResponseRequest.Builder.httpMethod(String httpMethod) The HTTP verb of the Method resource.GetMethodResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetMethodResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetMethodResponseRequest.Builder.resourceId(String resourceId) The Resource identifier for the MethodResponse resource.The string identifier of the associated RestApi.GetMethodResponseRequest.Builder.statusCode(String statusCode) The status code for the MethodResponse resource.GetMethodResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetMethodResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMethodResponseRequest.Builder>GetMethodResponseRequest.serializableBuilderClass()