Uses of Interface
software.amazon.awssdk.services.ecs.model.Session.Builder
-
Packages that use Session.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Session.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Session.Builder Modifier and Type Method Description static Session.BuilderSession. builder()Session.BuilderSession.Builder. sessionId(String sessionId)The ID of the execute command session.Session.BuilderSession.Builder. streamUrl(String streamUrl)A URL to the managed agent on the container that the SSM Session Manager client uses to send commands and receive output from the container.Session.BuilderSession. toBuilder()Session.BuilderSession.Builder. tokenValue(String tokenValue)An encrypted token value containing session and caller information.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Session.Builder Modifier and Type Method Description static Class<? extends Session.Builder>Session. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Session.Builder Modifier and Type Method Description default ExecuteCommandResponse.BuilderExecuteCommandResponse.Builder. session(Consumer<Session.Builder> session)The details of the SSM session that was created for this instance of execute-command.
-