Uses of Class
software.amazon.awssdk.services.qconnect.model.GetContentAssociationResponse
-
Packages that use GetContentAssociationResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of GetContentAssociationResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return GetContentAssociationResponse Modifier and Type Method Description default GetContentAssociationResponseQConnectClient. getContentAssociation(Consumer<GetContentAssociationRequest.Builder> getContentAssociationRequest)Returns the content association.default GetContentAssociationResponseQConnectClient. getContentAssociation(GetContentAssociationRequest getContentAssociationRequest)Returns the content association.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type GetContentAssociationResponse Modifier and Type Method Description default CompletableFuture<GetContentAssociationResponse>QConnectAsyncClient. getContentAssociation(Consumer<GetContentAssociationRequest.Builder> getContentAssociationRequest)Returns the content association.default CompletableFuture<GetContentAssociationResponse>QConnectAsyncClient. getContentAssociation(GetContentAssociationRequest getContentAssociationRequest)Returns the content association.
-