Uses of Interface
software.amazon.awssdk.services.ssm.model.StartSessionResponse.Builder
-
Packages that use StartSessionResponse.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of StartSessionResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return StartSessionResponse.Builder Modifier and Type Method Description static StartSessionResponse.BuilderStartSessionResponse. builder()StartSessionResponse.BuilderStartSessionResponse.Builder. sessionId(String sessionId)The ID of the session.StartSessionResponse.BuilderStartSessionResponse.Builder. streamUrl(String streamUrl)A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the node.StartSessionResponse.BuilderStartSessionResponse. toBuilder()StartSessionResponse.BuilderStartSessionResponse.Builder. tokenValue(String tokenValue)An encrypted token value containing session and caller information.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type StartSessionResponse.Builder Modifier and Type Method Description static Class<? extends StartSessionResponse.Builder>StartSessionResponse. serializableBuilderClass()
-