Uses of Interface
software.amazon.awssdk.services.nimble.model.StartStreamingSessionResponse.Builder
-
Packages that use StartStreamingSessionResponse.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StartStreamingSessionResponse.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StartStreamingSessionResponse.Builder Modifier and Type Method Description static StartStreamingSessionResponse.BuilderStartStreamingSessionResponse. builder()default StartStreamingSessionResponse.BuilderStartStreamingSessionResponse.Builder. session(Consumer<StreamingSession.Builder> session)Sets the value of the Session property for this object.StartStreamingSessionResponse.BuilderStartStreamingSessionResponse.Builder. session(StreamingSession session)Sets the value of the Session property for this object.StartStreamingSessionResponse.BuilderStartStreamingSessionResponse. toBuilder()Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StartStreamingSessionResponse.Builder Modifier and Type Method Description static Class<? extends StartStreamingSessionResponse.Builder>StartStreamingSessionResponse. serializableBuilderClass()
-