Uses of Class
software.amazon.awssdk.services.qconnect.model.DeleteContentAssociationRequest
-
Packages that use DeleteContentAssociationRequest Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.transform -
-
Uses of DeleteContentAssociationRequest in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect with parameters of type DeleteContentAssociationRequest Modifier and Type Method Description default CompletableFuture<DeleteContentAssociationResponse>QConnectAsyncClient. deleteContentAssociation(DeleteContentAssociationRequest deleteContentAssociationRequest)Deletes the content association.default DeleteContentAssociationResponseQConnectClient. deleteContentAssociation(DeleteContentAssociationRequest deleteContentAssociationRequest)Deletes the content association. -
Uses of DeleteContentAssociationRequest in software.amazon.awssdk.services.qconnect.transform
Methods in software.amazon.awssdk.services.qconnect.transform with parameters of type DeleteContentAssociationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteContentAssociationRequestMarshaller. marshall(DeleteContentAssociationRequest deleteContentAssociationRequest)
-