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