Uses of Class
software.amazon.awssdk.services.panorama.model.ManifestPayload.Type
-
Packages that use ManifestPayload.Type Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of ManifestPayload.Type in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return ManifestPayload.Type Modifier and Type Method Description ManifestPayload.TypeManifestPayload. type()Retrieve an enum value representing which member of this object is populated.static ManifestPayload.TypeManifestPayload.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ManifestPayload.Type[]ManifestPayload.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-