Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
Packages that use UpdateIntegrationResponseRequest.Builder
Package
Description
-
Uses of UpdateIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateIntegrationResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest) Represents an update integration response.ApiGatewayClient.updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest) Represents an update integration response. -
Uses of UpdateIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateIntegrationResponseRequest.BuilderModifier and TypeMethodDescriptionUpdateIntegrationResponseRequest.builder()UpdateIntegrationResponseRequest.Builder.httpMethod(String httpMethod) Specifies an update integration response request's HTTP method.UpdateIntegrationResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateIntegrationResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateIntegrationResponseRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateIntegrationResponseRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateIntegrationResponseRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateIntegrationResponseRequest.Builder.resourceId(String resourceId) Specifies an update integration response request's resource identifier.The string identifier of the associated RestApi.UpdateIntegrationResponseRequest.Builder.statusCode(String statusCode) Specifies an update integration response request's status code.UpdateIntegrationResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateIntegrationResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateIntegrationResponseRequest.Builder>UpdateIntegrationResponseRequest.serializableBuilderClass()