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