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