Uses of Interface
software.amazon.awssdk.services.glue.model.GetMappingResponse.Builder
-
Packages that use GetMappingResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of GetMappingResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetMappingResponse.Builder Modifier and Type Method Description static GetMappingResponse.BuilderGetMappingResponse. builder()GetMappingResponse.BuilderGetMappingResponse.Builder. mapping(Collection<MappingEntry> mapping)A list of mappings to the specified targets.GetMappingResponse.BuilderGetMappingResponse.Builder. mapping(Consumer<MappingEntry.Builder>... mapping)A list of mappings to the specified targets.GetMappingResponse.BuilderGetMappingResponse.Builder. mapping(MappingEntry... mapping)A list of mappings to the specified targets.GetMappingResponse.BuilderGetMappingResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetMappingResponse.Builder Modifier and Type Method Description static Class<? extends GetMappingResponse.Builder>GetMappingResponse. serializableBuilderClass()
-