Uses of Interface
software.amazon.awssdk.services.comprehend.model.EndpointFilter.Builder
-
Packages that use EndpointFilter.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EndpointFilter.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EndpointFilter.Builder Modifier and Type Method Description static EndpointFilter.BuilderEndpointFilter. builder()EndpointFilter.BuilderEndpointFilter.Builder. creationTimeAfter(Instant creationTimeAfter)Specifies a date after which the returned endpoint or endpoints were created.EndpointFilter.BuilderEndpointFilter.Builder. creationTimeBefore(Instant creationTimeBefore)Specifies a date before which the returned endpoint or endpoints were created.EndpointFilter.BuilderEndpointFilter.Builder. modelArn(String modelArn)The Amazon Resource Number (ARN) of the model to which the endpoint is attached.EndpointFilter.BuilderEndpointFilter.Builder. status(String status)Specifies the status of the endpoint being returned.EndpointFilter.BuilderEndpointFilter.Builder. status(EndpointStatus status)Specifies the status of the endpoint being returned.EndpointFilter.BuilderEndpointFilter. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EndpointFilter.Builder Modifier and Type Method Description static Class<? extends EndpointFilter.Builder>EndpointFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EndpointFilter.Builder Modifier and Type Method Description default ListEndpointsRequest.BuilderListEndpointsRequest.Builder. filter(Consumer<EndpointFilter.Builder> filter)Filters the endpoints that are returned.
-