Uses of Class
software.amazon.awssdk.services.securityir.model.MembershipStatus
-
Packages that use MembershipStatus Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of MembershipStatus in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return MembershipStatus Modifier and Type Method Description static MembershipStatusMembershipStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MembershipStatusGetMembershipResponse. membershipStatus()Response element for GetMembership that provides the current membership status.MembershipStatusListMembershipItem. membershipStatus()static MembershipStatusMembershipStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MembershipStatus[]MembershipStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type MembershipStatus Modifier and Type Method Description static Set<MembershipStatus>MembershipStatus. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type MembershipStatus Modifier and Type Method Description GetMembershipResponse.BuilderGetMembershipResponse.Builder. membershipStatus(MembershipStatus membershipStatus)Response element for GetMembership that provides the current membership status.ListMembershipItem.BuilderListMembershipItem.Builder. membershipStatus(MembershipStatus membershipStatus)
-