Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest.Builder
-
Packages that use UpdateIntegrationRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateIntegrationRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateIntegrationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateIntegrationResponse>ApiGatewayAsyncClient. 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.Builder Modifier and Type Method Description static UpdateIntegrationRequest.BuilderUpdateIntegrationRequest. builder()UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. httpMethod(String httpMethod)Represents an update integration request's HTTP method.UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. resourceId(String resourceId)Represents an update integration request's resource identifier.UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.UpdateIntegrationRequest.BuilderUpdateIntegrationRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateIntegrationRequest.Builder>UpdateIntegrationRequest. serializableBuilderClass()
-