Uses of Interface
software.amazon.awssdk.services.qconnect.model.GetContentRequest.Builder
-
Packages that use GetContentRequest.Builder Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.model -
-
Uses of GetContentRequest.Builder in software.amazon.awssdk.services.qconnect
Method parameters in software.amazon.awssdk.services.qconnect with type arguments of type GetContentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetContentResponse>QConnectAsyncClient. getContent(Consumer<GetContentRequest.Builder> getContentRequest)Retrieves content, including a pre-signed URL to download the content.default GetContentResponseQConnectClient. getContent(Consumer<GetContentRequest.Builder> getContentRequest)Retrieves content, including a pre-signed URL to download the content. -
Uses of GetContentRequest.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return GetContentRequest.Builder Modifier and Type Method Description static GetContentRequest.BuilderGetContentRequest. builder()GetContentRequest.BuilderGetContentRequest.Builder. contentId(String contentId)The identifier of the content.GetContentRequest.BuilderGetContentRequest.Builder. knowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.GetContentRequest.BuilderGetContentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContentRequest.BuilderGetContentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContentRequest.BuilderGetContentRequest. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type GetContentRequest.Builder Modifier and Type Method Description static Class<? extends GetContentRequest.Builder>GetContentRequest. serializableBuilderClass()
-