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