Uses of Interface
software.amazon.awssdk.services.ssm.model.TerminateSessionResponse.Builder
-
Packages that use TerminateSessionResponse.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of TerminateSessionResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return TerminateSessionResponse.Builder Modifier and Type Method Description static TerminateSessionResponse.BuilderTerminateSessionResponse. builder()TerminateSessionResponse.BuilderTerminateSessionResponse.Builder. sessionId(String sessionId)The ID of the session that has been terminated.TerminateSessionResponse.BuilderTerminateSessionResponse. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type TerminateSessionResponse.Builder Modifier and Type Method Description static Class<? extends TerminateSessionResponse.Builder>TerminateSessionResponse. serializableBuilderClass()
-