Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeEndpointResponse
-
Packages that use DescribeEndpointResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of DescribeEndpointResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DescribeEndpointResponse Modifier and Type Method Description default DescribeEndpointResponseComprehendClient. describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest)Gets the properties associated with a specific endpoint.default DescribeEndpointResponseComprehendClient. describeEndpoint(DescribeEndpointRequest describeEndpointRequest)Gets the properties associated with a specific endpoint.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DescribeEndpointResponse Modifier and Type Method Description default CompletableFuture<DescribeEndpointResponse>ComprehendAsyncClient. describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest)Gets the properties associated with a specific endpoint.default CompletableFuture<DescribeEndpointResponse>ComprehendAsyncClient. describeEndpoint(DescribeEndpointRequest describeEndpointRequest)Gets the properties associated with a specific endpoint.
-