Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UpdateIntegrationResponse
-
Packages that use UpdateIntegrationResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of UpdateIntegrationResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return UpdateIntegrationResponse Modifier and Type Method Description default UpdateIntegrationResponseWellArchitectedClient. updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest)Update integration features.default UpdateIntegrationResponseWellArchitectedClient. updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)Update integration features.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type UpdateIntegrationResponse Modifier and Type Method Description default CompletableFuture<UpdateIntegrationResponse>WellArchitectedAsyncClient. updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest)Update integration features.default CompletableFuture<UpdateIntegrationResponse>WellArchitectedAsyncClient. updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)Update integration features.
-