Uses of Class
software.amazon.awssdk.http.ContentStreamProvider.ProviderType
-
Packages that use ContentStreamProvider.ProviderType Package Description software.amazon.awssdk.http -
-
Uses of ContentStreamProvider.ProviderType in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return ContentStreamProvider.ProviderType Modifier and Type Method Description static ContentStreamProvider.ProviderTypeContentStreamProvider.ProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentStreamProvider.ProviderType[]ContentStreamProvider.ProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-