Uses of Class
software.amazon.awssdk.services.nimble.model.StreamingSession
-
Packages that use StreamingSession Package Description software.amazon.awssdk.services.nimble.model software.amazon.awssdk.services.nimble.paginators -
-
Uses of StreamingSession in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingSession Modifier and Type Method Description StreamingSessionCreateStreamingSessionResponse. session()The session.StreamingSessionDeleteStreamingSessionResponse. session()The session.StreamingSessionGetStreamingSessionResponse. session()The session.StreamingSessionStartStreamingSessionResponse. session()Returns the value of the Session property for this object.StreamingSessionStopStreamingSessionResponse. session()Returns the value of the Session property for this object.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StreamingSession Modifier and Type Method Description List<StreamingSession>ListStreamingSessionsResponse. sessions()A collection of streaming sessions.Methods in software.amazon.awssdk.services.nimble.model with parameters of type StreamingSession Modifier and Type Method Description CreateStreamingSessionResponse.BuilderCreateStreamingSessionResponse.Builder. session(StreamingSession session)The session.DeleteStreamingSessionResponse.BuilderDeleteStreamingSessionResponse.Builder. session(StreamingSession session)The session.GetStreamingSessionResponse.BuilderGetStreamingSessionResponse.Builder. session(StreamingSession session)The session.StartStreamingSessionResponse.BuilderStartStreamingSessionResponse.Builder. session(StreamingSession 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.ListStreamingSessionsResponse.BuilderListStreamingSessionsResponse.Builder. sessions(StreamingSession... sessions)A collection of streaming sessions.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type StreamingSession Modifier and Type Method Description ListStreamingSessionsResponse.BuilderListStreamingSessionsResponse.Builder. sessions(Collection<StreamingSession> sessions)A collection of streaming sessions. -
Uses of StreamingSession in software.amazon.awssdk.services.nimble.paginators
Methods in software.amazon.awssdk.services.nimble.paginators that return types with arguments of type StreamingSession Modifier and Type Method Description SdkIterable<StreamingSession>ListStreamingSessionsIterable. sessions()Returns an iterable to iterate through the paginatedListStreamingSessionsResponse.sessions()member.SdkPublisher<StreamingSession>ListStreamingSessionsPublisher. sessions()Returns a publisher that can be used to get a stream of data.
-