Uses of Interface
software.amazon.awssdk.services.glue.model.GetPlanResponse.Builder
-
Packages that use GetPlanResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of GetPlanResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetPlanResponse.Builder Modifier and Type Method Description static GetPlanResponse.BuilderGetPlanResponse. builder()GetPlanResponse.BuilderGetPlanResponse.Builder. pythonScript(String pythonScript)A Python script to perform the mapping.GetPlanResponse.BuilderGetPlanResponse.Builder. scalaCode(String scalaCode)The Scala code to perform the mapping.GetPlanResponse.BuilderGetPlanResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetPlanResponse.Builder Modifier and Type Method Description static Class<? extends GetPlanResponse.Builder>GetPlanResponse. serializableBuilderClass()
-