Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
-
Packages that use UpdateGatewayResponseRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateGatewayResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGatewayResponseResponse>ApiGatewayAsyncClient. 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.Builder Modifier and Type Method Description static UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest. builder()UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest.Builder. responseType(String responseType)The response type of the associated GatewayResponse.UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateGatewayResponseRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGatewayResponseRequest.Builder>UpdateGatewayResponseRequest. serializableBuilderClass()
-