Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
Packages that use UpdateGatewayResponseRequest.Builder
Package
Description
-
Uses of UpdateGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder> updateGatewayResponseRequest) Updates a GatewayResponse of a specified response type on the given RestApi.default UpdateGatewayResponseResponseApiGatewayClient.updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder> updateGatewayResponseRequest) Updates a GatewayResponse of a specified response type on the given RestApi. -
Uses of UpdateGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionUpdateGatewayResponseRequest.builder()UpdateGatewayResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateGatewayResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateGatewayResponseRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateGatewayResponseRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateGatewayResponseRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateGatewayResponseRequest.Builder.responseType(String responseType) The response type of the associated GatewayResponse.UpdateGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.The string identifier of the associated RestApi.UpdateGatewayResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateGatewayResponseRequest.Builder>UpdateGatewayResponseRequest.serializableBuilderClass()