Uses of Class
software.amazon.awssdk.services.glue.model.GetPlanRequest
-
Packages that use GetPlanRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetPlanRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetPlanRequest Modifier and Type Method Description default CompletableFuture<GetPlanResponse>GlueAsyncClient. getPlan(GetPlanRequest getPlanRequest)Gets code to perform a specified mapping.default GetPlanResponseGlueClient. getPlan(GetPlanRequest getPlanRequest)Gets code to perform a specified mapping. -
Uses of GetPlanRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetPlanRequest Modifier and Type Method Description SdkHttpFullRequestGetPlanRequestMarshaller. marshall(GetPlanRequest getPlanRequest)
-