Uses of Class
software.amazon.awssdk.services.qconnect.model.ContentAssociationType
-
Packages that use ContentAssociationType Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ContentAssociationType in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ContentAssociationType Modifier and Type Method Description ContentAssociationTypeContentAssociationData. associationType()The type of association.ContentAssociationTypeContentAssociationSummary. associationType()The type of association.ContentAssociationTypeCreateContentAssociationRequest. associationType()The type of association.static ContentAssociationTypeContentAssociationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentAssociationTypeContentAssociationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentAssociationType[]ContentAssociationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type ContentAssociationType Modifier and Type Method Description static Set<ContentAssociationType>ContentAssociationType. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type ContentAssociationType Modifier and Type Method Description ContentAssociationData.BuilderContentAssociationData.Builder. associationType(ContentAssociationType associationType)The type of association.ContentAssociationSummary.BuilderContentAssociationSummary.Builder. associationType(ContentAssociationType associationType)The type of association.CreateContentAssociationRequest.BuilderCreateContentAssociationRequest.Builder. associationType(ContentAssociationType associationType)The type of association.
-