Uses of Enum
software.amazon.awssdk.services.ram.model.ResourceShareInvitationStatus
Packages that use ResourceShareInvitationStatus
-
Uses of ResourceShareInvitationStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShareInvitationStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceShareInvitation.status()The current status of the invitation.Returns the enum constant of this type with the specified name.static ResourceShareInvitationStatus[]ResourceShareInvitationStatus.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 ResourceShareInvitationStatusModifier and TypeMethodDescriptionstatic Set<ResourceShareInvitationStatus>ResourceShareInvitationStatus.knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareInvitationStatusModifier and TypeMethodDescriptionResourceShareInvitation.Builder.status(ResourceShareInvitationStatus status) The current status of the invitation.