Uses of Class
software.amazon.awssdk.services.qconnect.model.ContentAssociationContents
-
Packages that use ContentAssociationContents Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ContentAssociationContents in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ContentAssociationContents Modifier and Type Method Description ContentAssociationContentsCreateContentAssociationRequest. association()The identifier of the associated resource.ContentAssociationContentsContentAssociationData. associationData()The content association.ContentAssociationContentsContentAssociationSummary. associationData()The content association.static ContentAssociationContentsContentAssociationContents. fromAmazonConnectGuideAssociation(Consumer<AmazonConnectGuideAssociationData.Builder> amazonConnectGuideAssociation)Create an instance of this class withamazonConnectGuideAssociation()initialized to the given value.static ContentAssociationContentsContentAssociationContents. fromAmazonConnectGuideAssociation(AmazonConnectGuideAssociationData amazonConnectGuideAssociation)Create an instance of this class withamazonConnectGuideAssociation()initialized to the given value.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type ContentAssociationContents Modifier and Type Method Description CreateContentAssociationRequest.BuilderCreateContentAssociationRequest.Builder. association(ContentAssociationContents association)The identifier of the associated resource.ContentAssociationData.BuilderContentAssociationData.Builder. associationData(ContentAssociationContents associationData)The content association.ContentAssociationSummary.BuilderContentAssociationSummary.Builder. associationData(ContentAssociationContents associationData)The content association.
-