Uses of Interface
software.amazon.awssdk.services.wisdom.model.GetContentRequest.Builder
-
Packages that use GetContentRequest.Builder Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers.software.amazon.awssdk.services.wisdom.model -
-
Uses of GetContentRequest.Builder in software.amazon.awssdk.services.wisdom
Method parameters in software.amazon.awssdk.services.wisdom with type arguments of type GetContentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetContentResponse>WisdomAsyncClient. getContent(Consumer<GetContentRequest.Builder> getContentRequest)Retrieves content, including a pre-signed URL to download the content.default GetContentResponseWisdomClient. 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.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.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.wisdom.model that return types with arguments of type GetContentRequest.Builder Modifier and Type Method Description static Class<? extends GetContentRequest.Builder>GetContentRequest. serializableBuilderClass()
-