Uses of Class
software.amazon.awssdk.services.comprehend.model.EndpointProperties
-
Packages that use EndpointProperties Package Description software.amazon.awssdk.services.comprehend.model software.amazon.awssdk.services.comprehend.paginators -
-
Uses of EndpointProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EndpointProperties Modifier and Type Method Description EndpointPropertiesDescribeEndpointResponse. endpointProperties()Describes information associated with the specific endpoint.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EndpointProperties Modifier and Type Method Description List<EndpointProperties>ListEndpointsResponse. endpointPropertiesList()Displays a list of endpoint properties being retrieved by the service in response to the request.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EndpointProperties Modifier and Type Method Description DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. endpointProperties(EndpointProperties endpointProperties)Describes information associated with the specific endpoint.ListEndpointsResponse.BuilderListEndpointsResponse.Builder. endpointPropertiesList(EndpointProperties... endpointPropertiesList)Displays a list of endpoint properties being retrieved by the service in response to the request.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EndpointProperties Modifier and Type Method Description ListEndpointsResponse.BuilderListEndpointsResponse.Builder. endpointPropertiesList(Collection<EndpointProperties> endpointPropertiesList)Displays a list of endpoint properties being retrieved by the service in response to the request. -
Uses of EndpointProperties in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type EndpointProperties Modifier and Type Method Description SdkIterable<EndpointProperties>ListEndpointsIterable. endpointPropertiesList()Returns an iterable to iterate through the paginatedListEndpointsResponse.endpointPropertiesList()member.SdkPublisher<EndpointProperties>ListEndpointsPublisher. endpointPropertiesList()Returns a publisher that can be used to get a stream of data.
-