Uses of Class
software.amazon.awssdk.services.kendra.model.EndpointType
-
Packages that use EndpointType Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of EndpointType in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return EndpointType Modifier and Type Method Description EndpointTypeExperienceEndpoint. endpointType()The type of endpoint for your Amazon Kendra experience.static EndpointTypeEndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EndpointTypeEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointType[]EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type EndpointType Modifier and Type Method Description static Set<EndpointType>EndpointType. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type EndpointType Modifier and Type Method Description ExperienceEndpoint.BuilderExperienceEndpoint.Builder. endpointType(EndpointType endpointType)The type of endpoint for your Amazon Kendra experience.
-