Uses of Interface
software.amazon.awssdk.services.qconnect.model.CreateContentAssociationResponse.Builder
-
Packages that use CreateContentAssociationResponse.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of CreateContentAssociationResponse.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return CreateContentAssociationResponse.Builder Modifier and Type Method Description static CreateContentAssociationResponse.BuilderCreateContentAssociationResponse. builder()default CreateContentAssociationResponse.BuilderCreateContentAssociationResponse.Builder. contentAssociation(Consumer<ContentAssociationData.Builder> contentAssociation)The association between Amazon Q in Connect content and another resource.CreateContentAssociationResponse.BuilderCreateContentAssociationResponse.Builder. contentAssociation(ContentAssociationData contentAssociation)The association between Amazon Q in Connect content and another resource.CreateContentAssociationResponse.BuilderCreateContentAssociationResponse. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type CreateContentAssociationResponse.Builder Modifier and Type Method Description static Class<? extends CreateContentAssociationResponse.Builder>CreateContentAssociationResponse. serializableBuilderClass()
-