Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.UrlType
-
Packages that use UrlType Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of UrlType in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return UrlType Modifier and Type Method Description static UrlTypeUrlType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UrlTypeCreateApplicationPresignedUrlRequest. urlType()The type of the extension for which to create and return a URL.static UrlTypeUrlType. valueOf(String name)Returns the enum constant of this type with the specified name.static UrlType[]UrlType. 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 UrlType Modifier and Type Method Description static Set<UrlType>UrlType. knownValues()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type UrlType Modifier and Type Method Description CreateApplicationPresignedUrlRequest.BuilderCreateApplicationPresignedUrlRequest.Builder. urlType(UrlType urlType)The type of the extension for which to create and return a URL.
-