Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
Packages that use UpdateMethodResponseRequest.Builder
Package
Description
-
Uses of UpdateMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateMethodResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder> updateMethodResponseRequest) Updates an existing MethodResponse resource.default UpdateMethodResponseResponseApiGatewayClient.updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder> updateMethodResponseRequest) Updates an existing MethodResponse resource. -
Uses of UpdateMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateMethodResponseRequest.BuilderModifier and TypeMethodDescriptionUpdateMethodResponseRequest.builder()UpdateMethodResponseRequest.Builder.httpMethod(String httpMethod) The HTTP verb of the Method resource.UpdateMethodResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateMethodResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateMethodResponseRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateMethodResponseRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateMethodResponseRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateMethodResponseRequest.Builder.resourceId(String resourceId) The Resource identifier for the MethodResponse resource.The string identifier of the associated RestApi.UpdateMethodResponseRequest.Builder.statusCode(String statusCode) The status code for the MethodResponse resource.UpdateMethodResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateMethodResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateMethodResponseRequest.Builder>UpdateMethodResponseRequest.serializableBuilderClass()