Uses of Interface
software.amazon.awssdk.services.glue.model.GetSessionResponse.Builder
-
Packages that use GetSessionResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of GetSessionResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetSessionResponse.Builder Modifier and Type Method Description static GetSessionResponse.BuilderGetSessionResponse. builder()default GetSessionResponse.BuilderGetSessionResponse.Builder. session(Consumer<Session.Builder> session)The session object is returned in the response.GetSessionResponse.BuilderGetSessionResponse.Builder. session(Session session)The session object is returned in the response.GetSessionResponse.BuilderGetSessionResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetSessionResponse.Builder Modifier and Type Method Description static Class<? extends GetSessionResponse.Builder>GetSessionResponse. serializableBuilderClass()
-