Uses of Class
software.amazon.awssdk.services.appstream.model.NetworkAccessConfiguration
-
Packages that use NetworkAccessConfiguration Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of NetworkAccessConfiguration in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return NetworkAccessConfiguration Modifier and Type Method Description NetworkAccessConfigurationImageBuilder. networkAccessConfiguration()Returns the value of the NetworkAccessConfiguration property for this object.NetworkAccessConfigurationSession. networkAccessConfiguration()The network details for the streaming session.Methods in software.amazon.awssdk.services.appstream.model with parameters of type NetworkAccessConfiguration Modifier and Type Method Description ImageBuilder.BuilderImageBuilder.Builder. networkAccessConfiguration(NetworkAccessConfiguration networkAccessConfiguration)Sets the value of the NetworkAccessConfiguration property for this object.Session.BuilderSession.Builder. networkAccessConfiguration(NetworkAccessConfiguration networkAccessConfiguration)The network details for the streaming session.
-