Uses of Class
software.amazon.awssdk.services.cleanrooms.model.CollaborationQueryLogStatus
-
Packages that use CollaborationQueryLogStatus Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of CollaborationQueryLogStatus in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return CollaborationQueryLogStatus Modifier and Type Method Description static CollaborationQueryLogStatusCollaborationQueryLogStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CollaborationQueryLogStatusCollaboration. queryLogStatus()An indicator as to whether query logging has been enabled or disabled for the collaboration.CollaborationQueryLogStatusCreateCollaborationRequest. queryLogStatus()An indicator as to whether query logging has been enabled or disabled for the collaboration.static CollaborationQueryLogStatusCollaborationQueryLogStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CollaborationQueryLogStatus[]CollaborationQueryLogStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type CollaborationQueryLogStatus Modifier and Type Method Description static Set<CollaborationQueryLogStatus>CollaborationQueryLogStatus. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type CollaborationQueryLogStatus Modifier and Type Method Description Collaboration.BuilderCollaboration.Builder. queryLogStatus(CollaborationQueryLogStatus queryLogStatus)An indicator as to whether query logging has been enabled or disabled for the collaboration.CreateCollaborationRequest.BuilderCreateCollaborationRequest.Builder. queryLogStatus(CollaborationQueryLogStatus queryLogStatus)An indicator as to whether query logging has been enabled or disabled for the collaboration.
-