Uses of Class
software.amazon.awssdk.services.glue.model.GetMappingRequest
-
Packages that use GetMappingRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetMappingRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetMappingRequest Modifier and Type Method Description default CompletableFuture<GetMappingResponse>GlueAsyncClient. getMapping(GetMappingRequest getMappingRequest)Creates mappings.default GetMappingResponseGlueClient. getMapping(GetMappingRequest getMappingRequest)Creates mappings. -
Uses of GetMappingRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetMappingRequest Modifier and Type Method Description SdkHttpFullRequestGetMappingRequestMarshaller. marshall(GetMappingRequest getMappingRequest)
-