| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointFilter |
EndpointFilter.clone() |
EndpointFilter |
ListEndpointsRequest.getFilter()
Filters the endpoints that are returned.
|
EndpointFilter |
EndpointFilter.withCreationTimeAfter(Date creationTimeAfter)
Specifies a date after which the returned endpoint or endpoints were created.
|
EndpointFilter |
EndpointFilter.withCreationTimeBefore(Date creationTimeBefore)
Specifies a date before which the returned endpoint or endpoints were created.
|
EndpointFilter |
EndpointFilter.withModelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
|
EndpointFilter |
EndpointFilter.withStatus(EndpointStatus status)
Specifies the status of the endpoint being returned.
|
EndpointFilter |
EndpointFilter.withStatus(String status)
Specifies the status of the endpoint being returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointsRequest.setFilter(EndpointFilter filter)
Filters the endpoints that are returned.
|
ListEndpointsRequest |
ListEndpointsRequest.withFilter(EndpointFilter filter)
Filters the endpoints that are returned.
|
Copyright © 2023. All rights reserved.