Uses of Class
software.amazon.awssdk.services.wellarchitected.model.IntegratingService
-
Packages that use IntegratingService Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of IntegratingService in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return IntegratingService Modifier and Type Method Description static IntegratingServiceIntegratingService. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntegratingServiceUpdateIntegrationRequest. integratingService()Which integrated service to update.static IntegratingServiceIntegratingService. valueOf(String name)Returns the enum constant of this type with the specified name.static IntegratingService[]IntegratingService. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type IntegratingService Modifier and Type Method Description static Set<IntegratingService>IntegratingService. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type IntegratingService Modifier and Type Method Description UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. integratingService(IntegratingService integratingService)Which integrated service to update.
-