Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest.Builder
-
Packages that use GetMethodResponseRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetMethodResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMethodResponseResponse>ApiGatewayAsyncClient. 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.Builder Modifier and Type Method Description static GetMethodResponseRequest.BuilderGetMethodResponseRequest. builder()GetMethodResponseRequest.BuilderGetMethodResponseRequest.Builder. httpMethod(String httpMethod)The HTTP verb of the Method resource.GetMethodResponseRequest.BuilderGetMethodResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMethodResponseRequest.BuilderGetMethodResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMethodResponseRequest.BuilderGetMethodResponseRequest.Builder. resourceId(String resourceId)The Resource identifier for the MethodResponse resource.GetMethodResponseRequest.BuilderGetMethodResponseRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetMethodResponseRequest.BuilderGetMethodResponseRequest.Builder. statusCode(String statusCodeValue)The status code for the MethodResponse resource.GetMethodResponseRequest.BuilderGetMethodResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetMethodResponseRequest.Builder Modifier and Type Method Description static Class<? extends GetMethodResponseRequest.Builder>GetMethodResponseRequest. serializableBuilderClass()
-