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