Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.ArtifactType
-
Packages that use ArtifactType Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of ArtifactType in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return ArtifactType Modifier and Type Method Description ArtifactTypeCustomArtifactConfiguration. artifactType()UDFstands for user-defined functions.ArtifactTypeCustomArtifactConfigurationDescription. artifactType()UDFstands for user-defined functions.static ArtifactTypeArtifactType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ArtifactTypeArtifactType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactType[]ArtifactType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type ArtifactType Modifier and Type Method Description static Set<ArtifactType>ArtifactType. knownValues()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type ArtifactType Modifier and Type Method Description CustomArtifactConfiguration.BuilderCustomArtifactConfiguration.Builder. artifactType(ArtifactType artifactType)UDFstands for user-defined functions.CustomArtifactConfigurationDescription.BuilderCustomArtifactConfigurationDescription.Builder. artifactType(ArtifactType artifactType)UDFstands for user-defined functions.
-