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