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