Uses of Interface
software.amazon.awssdk.services.qapps.model.SessionSharingConfiguration.Builder
-
Packages that use SessionSharingConfiguration.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of SessionSharingConfiguration.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return SessionSharingConfiguration.Builder Modifier and Type Method Description SessionSharingConfiguration.BuilderSessionSharingConfiguration.Builder. acceptResponses(Boolean acceptResponses)Indicates whether an Q App session can accept responses from users.static SessionSharingConfiguration.BuilderSessionSharingConfiguration. builder()SessionSharingConfiguration.BuilderSessionSharingConfiguration.Builder. enabled(Boolean enabled)Indicates whether an Q App session is shareable with other users.SessionSharingConfiguration.BuilderSessionSharingConfiguration.Builder. revealCards(Boolean revealCards)Indicates whether collected responses for an Q App session are revealed for all users.SessionSharingConfiguration.BuilderSessionSharingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type SessionSharingConfiguration.Builder Modifier and Type Method Description static Class<? extends SessionSharingConfiguration.Builder>SessionSharingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type SessionSharingConfiguration.Builder Modifier and Type Method Description default GetQAppSessionMetadataResponse.BuilderGetQAppSessionMetadataResponse.Builder. sharingConfiguration(Consumer<SessionSharingConfiguration.Builder> sharingConfiguration)The sharing configuration of the Q App data collection session.default UpdateQAppSessionMetadataRequest.BuilderUpdateQAppSessionMetadataRequest.Builder. sharingConfiguration(Consumer<SessionSharingConfiguration.Builder> sharingConfiguration)The new sharing configuration for the Q App data collection session.default UpdateQAppSessionMetadataResponse.BuilderUpdateQAppSessionMetadataResponse.Builder. sharingConfiguration(Consumer<SessionSharingConfiguration.Builder> sharingConfiguration)The new sharing configuration of the updated Q App data collection session.
-