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