Uses of Class
software.amazon.awssdk.services.connect.model.IntegrationType
-
Packages that use IntegrationType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of IntegrationType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return IntegrationType Modifier and Type Method Description static IntegrationTypeIntegrationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntegrationTypeCreateIntegrationAssociationRequest. integrationType()The type of information to be ingested.IntegrationTypeIntegrationAssociationSummary. integrationType()The integration type.IntegrationTypeListIntegrationAssociationsRequest. integrationType()The integration type.static IntegrationTypeIntegrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static IntegrationType[]IntegrationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type IntegrationType Modifier and Type Method Description static Set<IntegrationType>IntegrationType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type IntegrationType Modifier and Type Method Description CreateIntegrationAssociationRequest.BuilderCreateIntegrationAssociationRequest.Builder. integrationType(IntegrationType integrationType)The type of information to be ingested.IntegrationAssociationSummary.BuilderIntegrationAssociationSummary.Builder. integrationType(IntegrationType integrationType)The integration type.ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest.Builder. integrationType(IntegrationType integrationType)The integration type.
-