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