| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model | |
| software.amazon.awssdk.services.comprehend.paginators |
| Modifier and Type | Method and Description |
|---|---|
EndpointProperties |
DescribeEndpointResponse.endpointProperties()
Describes information associated with the specific endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointProperties> |
ListEndpointsResponse.endpointPropertiesList()
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.endpointProperties(EndpointProperties endpointProperties)
Describes information associated with the specific endpoint.
|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.endpointPropertiesList(EndpointProperties... endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.endpointPropertiesList(Collection<EndpointProperties> endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EndpointProperties> |
ListEndpointsPublisher.endpointPropertiesList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EndpointProperties> |
ListEndpointsIterable.endpointPropertiesList()
Returns an iterable to iterate through the paginated
ListEndpointsResponse.endpointPropertiesList()
member. |
Copyright © 2023. All rights reserved.