Uses of Interface
software.amazon.awssdk.services.qconnect.model.GetContentAssociationRequest.Builder
-
Packages that use GetContentAssociationRequest.Builder Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.model -
-
Uses of GetContentAssociationRequest.Builder in software.amazon.awssdk.services.qconnect
Method parameters in software.amazon.awssdk.services.qconnect with type arguments of type GetContentAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetContentAssociationResponse>QConnectAsyncClient. getContentAssociation(Consumer<GetContentAssociationRequest.Builder> getContentAssociationRequest)Returns the content association.default GetContentAssociationResponseQConnectClient. getContentAssociation(Consumer<GetContentAssociationRequest.Builder> getContentAssociationRequest)Returns the content association. -
Uses of GetContentAssociationRequest.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return GetContentAssociationRequest.Builder Modifier and Type Method Description static GetContentAssociationRequest.BuilderGetContentAssociationRequest. builder()GetContentAssociationRequest.BuilderGetContentAssociationRequest.Builder. contentAssociationId(String contentAssociationId)The identifier of the content association.GetContentAssociationRequest.BuilderGetContentAssociationRequest.Builder. contentId(String contentId)The identifier of the content.GetContentAssociationRequest.BuilderGetContentAssociationRequest.Builder. knowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.GetContentAssociationRequest.BuilderGetContentAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContentAssociationRequest.BuilderGetContentAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContentAssociationRequest.BuilderGetContentAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type GetContentAssociationRequest.Builder Modifier and Type Method Description static Class<? extends GetContentAssociationRequest.Builder>GetContentAssociationRequest. serializableBuilderClass()
-