Uses of Interface
software.amazon.awssdk.services.ssm.model.ResumeSessionResponse.Builder
-
Packages that use ResumeSessionResponse.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ResumeSessionResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ResumeSessionResponse.Builder Modifier and Type Method Description static ResumeSessionResponse.BuilderResumeSessionResponse. builder()ResumeSessionResponse.BuilderResumeSessionResponse.Builder. sessionId(String sessionId)The ID of the session.ResumeSessionResponse.BuilderResumeSessionResponse.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 managed node.ResumeSessionResponse.BuilderResumeSessionResponse. toBuilder()ResumeSessionResponse.BuilderResumeSessionResponse.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 ResumeSessionResponse.Builder Modifier and Type Method Description static Class<? extends ResumeSessionResponse.Builder>ResumeSessionResponse. serializableBuilderClass()
-