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