Uses of Class
software.amazon.awssdk.services.appstream.model.ImageSharedWithOthers
-
Packages that use ImageSharedWithOthers Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ImageSharedWithOthers in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ImageSharedWithOthers Modifier and Type Method Description static ImageSharedWithOthersImageSharedWithOthers. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImageSharedWithOthersImage. imageSharedWithOthers()Indicates whether the image is shared with another account ID.static ImageSharedWithOthersImageSharedWithOthers. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageSharedWithOthers[]ImageSharedWithOthers. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type ImageSharedWithOthers Modifier and Type Method Description static Set<ImageSharedWithOthers>ImageSharedWithOthers. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type ImageSharedWithOthers Modifier and Type Method Description Image.BuilderImage.Builder. imageSharedWithOthers(ImageSharedWithOthers imageSharedWithOthers)Indicates whether the image is shared with another account ID.
-