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