Uses of Interface
software.amazon.awssdk.services.nimble.model.StopStreamingSessionRequest.Builder
-
Packages that use StopStreamingSessionRequest.Builder Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference.software.amazon.awssdk.services.nimble.model -
-
Uses of StopStreamingSessionRequest.Builder in software.amazon.awssdk.services.nimble
Method parameters in software.amazon.awssdk.services.nimble with type arguments of type StopStreamingSessionRequest.Builder Modifier and Type Method Description default CompletableFuture<StopStreamingSessionResponse>NimbleAsyncClient. stopStreamingSession(Consumer<StopStreamingSessionRequest.Builder> stopStreamingSessionRequest)Transitions sessions from theREADYstate into theSTOPPEDstate.default StopStreamingSessionResponseNimbleClient. stopStreamingSession(Consumer<StopStreamingSessionRequest.Builder> stopStreamingSessionRequest)Transitions sessions from theREADYstate into theSTOPPEDstate. -
Uses of StopStreamingSessionRequest.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StopStreamingSessionRequest.Builder Modifier and Type Method Description static StopStreamingSessionRequest.BuilderStopStreamingSessionRequest. builder()StopStreamingSessionRequest.BuilderStopStreamingSessionRequest.Builder. clientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.StopStreamingSessionRequest.BuilderStopStreamingSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopStreamingSessionRequest.BuilderStopStreamingSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopStreamingSessionRequest.BuilderStopStreamingSessionRequest.Builder. sessionId(String sessionId)The streaming session ID for theStopStreamingSessionRequest.StopStreamingSessionRequest.BuilderStopStreamingSessionRequest.Builder. studioId(String studioId)The studioId for the StopStreamingSessionRequest.StopStreamingSessionRequest.BuilderStopStreamingSessionRequest. toBuilder()StopStreamingSessionRequest.BuilderStopStreamingSessionRequest.Builder. volumeRetentionMode(String volumeRetentionMode)Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.StopStreamingSessionRequest.BuilderStopStreamingSessionRequest.Builder. volumeRetentionMode(VolumeRetentionMode volumeRetentionMode)Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StopStreamingSessionRequest.Builder Modifier and Type Method Description static Class<? extends StopStreamingSessionRequest.Builder>StopStreamingSessionRequest. serializableBuilderClass()
-