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