Uses of Enum
software.amazon.awssdk.services.ram.model.ReplacePermissionAssociationsWorkStatus
Packages that use ReplacePermissionAssociationsWorkStatus
-
Uses of ReplacePermissionAssociationsWorkStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ReplacePermissionAssociationsWorkStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.ListReplacePermissionAssociationsWorkRequest.status()Specifies that you want to see only the details about requests with a status that matches this value.ReplacePermissionAssociationsWork.status()Specifies the current status of the background tasks for the specified ID.Returns the enum constant of this type with the specified name.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 ReplacePermissionAssociationsWorkStatusMethods in software.amazon.awssdk.services.ram.model with parameters of type ReplacePermissionAssociationsWorkStatusModifier and TypeMethodDescriptionListReplacePermissionAssociationsWorkRequest.Builder.status(ReplacePermissionAssociationsWorkStatus status) Specifies that you want to see only the details about requests with a status that matches this value.ReplacePermissionAssociationsWork.Builder.status(ReplacePermissionAssociationsWorkStatus status) Specifies the current status of the background tasks for the specified ID.