Uses of Class
software.amazon.awssdk.services.ram.model.ReplacePermissionAssociationsWorkStatus
-
Packages that use ReplacePermissionAssociationsWorkStatus Package Description software.amazon.awssdk.services.ram.model -
-
Uses of ReplacePermissionAssociationsWorkStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ReplacePermissionAssociationsWorkStatus Modifier and Type Method Description static ReplacePermissionAssociationsWorkStatusReplacePermissionAssociationsWorkStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplacePermissionAssociationsWorkStatusListReplacePermissionAssociationsWorkRequest. status()Specifies that you want to see only the details about requests with a status that matches this value.ReplacePermissionAssociationsWorkStatusReplacePermissionAssociationsWork. status()Specifies the current status of the background tasks for the specified ID.static ReplacePermissionAssociationsWorkStatusReplacePermissionAssociationsWorkStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplacePermissionAssociationsWorkStatus[]ReplacePermissionAssociationsWorkStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ReplacePermissionAssociationsWorkStatus Modifier and Type Method Description static Set<ReplacePermissionAssociationsWorkStatus>ReplacePermissionAssociationsWorkStatus. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ReplacePermissionAssociationsWorkStatus Modifier and Type Method Description ListReplacePermissionAssociationsWorkRequest.BuilderListReplacePermissionAssociationsWorkRequest.Builder. status(ReplacePermissionAssociationsWorkStatus status)Specifies that you want to see only the details about requests with a status that matches this value.ReplacePermissionAssociationsWork.BuilderReplacePermissionAssociationsWork.Builder. status(ReplacePermissionAssociationsWorkStatus status)Specifies the current status of the background tasks for the specified ID.
-