Uses of Class
software.amazon.awssdk.services.qapps.model.SessionSharingConfiguration
-
Packages that use SessionSharingConfiguration Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of SessionSharingConfiguration in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return SessionSharingConfiguration Modifier and Type Method Description SessionSharingConfigurationGetQAppSessionMetadataResponse. sharingConfiguration()The sharing configuration of the Q App data collection session.SessionSharingConfigurationUpdateQAppSessionMetadataRequest. sharingConfiguration()The new sharing configuration for the Q App data collection session.SessionSharingConfigurationUpdateQAppSessionMetadataResponse. sharingConfiguration()The new sharing configuration of the updated Q App data collection session.Methods in software.amazon.awssdk.services.qapps.model with parameters of type SessionSharingConfiguration Modifier and Type Method Description GetQAppSessionMetadataResponse.BuilderGetQAppSessionMetadataResponse.Builder. sharingConfiguration(SessionSharingConfiguration sharingConfiguration)The sharing configuration of the Q App data collection session.UpdateQAppSessionMetadataRequest.BuilderUpdateQAppSessionMetadataRequest.Builder. sharingConfiguration(SessionSharingConfiguration sharingConfiguration)The new sharing configuration for the Q App data collection session.UpdateQAppSessionMetadataResponse.BuilderUpdateQAppSessionMetadataResponse.Builder. sharingConfiguration(SessionSharingConfiguration sharingConfiguration)The new sharing configuration of the updated Q App data collection session.
-